Skip to content

Commit bc18709

Browse files
authored
docs: update JetBrains plugin info (#3207)
Updates JetBrains info to the new Apollo plugin! Do not merge until after apollographql/docs-rewrite#454
1 parent 986a95b commit bc18709

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

docs/source/schema-design/federated-schemas/ide-support.mdx

+5-21
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,7 @@ Apollo's [VS Code Extension](https://marketplace.visualstudio.com/items?itemName
1515

1616
## JetBrains
1717

18-
The [GraphQL Plugin for JetBrains](https://plugins.jetbrains.com/plugin/8097-graphql/) provides federation-specific development features, such as autocomplete for federation directives. However, you must enable this federation support after installing the plugin. Otherwise, your IDE might display unexpected errors while you're working with a subgraph schema.
19-
20-
### Setup
21-
22-
To enable federation support, do the following in your IDE after installing the plugin:
23-
24-
1. Open your IDE's **Settings** window.
25-
2. Expand the **Languages & Frameworks** section.
26-
3. Click **GraphQL**.
27-
4. Check the **Federation** checkbox.
28-
29-
<img
30-
class="screenshot"
31-
alt="An animation showing the process of enabling Apollo Federation support in the GraphQL plugin for JetBrains (described above)"
32-
src="../../images/JetBrains-plugin.webp"
33-
width="600"
34-
/>
35-
36-
This plugin supports all IntelliJ-based IDEs, including:
18+
Apollo's [JetBrains Plugin](https://plugins.jetbrains.com/plugin/20645-apollo-graphql) provides federation-specific development features, such as autocomplete for federation directives. This plugin supports all IntelliJ-based IDEs, including:
3719

3820
- IntelliJ IDEA
3921
- PyCharm
@@ -44,8 +26,10 @@ This plugin supports all IntelliJ-based IDEs, including:
4426
- Rider
4527
- GoLand
4628

29+
You must enable the Rover integration after installing the plugin. Otherwise, your IDE might display unexpected errors while you're working with a subgraph schema. See this [the dedicated documentation page](/graphos/schema-design/connectors/jetbrains#configuration) for configuration details.
30+
4731
## Additional resources
4832

49-
If your graph uses the Apollo Router, make sure to enable [router configuration awareness](/graphos/reference/router/configuration#configuration-awareness-in-your-text-editor) in your editor.
33+
If your graph uses the Apollo Router Core or GraphOS Router, make sure to enable [router configuration awareness](/graphos/reference/router/configuration#configuration-awareness-in-your-text-editor) in your editor.
5034

51-
If you're developing with Apollo Connectors, refer to the connectors-specific [VS Code Extension](/graphos/schema-design/connectors/vs-code) and [Vim/NeoVim](/graphos/schema-design/connectors/vim) pages.
35+
If you're developing with Apollo Connectors, refer to the connectors-specific [VS Code Extension](/graphos/schema-design/connectors/vs-code), [JetBrains IDEs](/graphos/schema-design/connectors/jetbrains), and [Vim/NeoVim](/graphos/schema-design/connectors/vim) pages.

0 commit comments

Comments
 (0)