Skip to content

Commit 6efd1f7

Browse files
committed
Added list of compatible IDEs
1 parent 67ba364 commit 6efd1f7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
GraphQL language support including Relay.QL tagged templates in JavaScript and TypeScript.
66

7-
It provides the following features in IntelliJ IDEA and WebStorm:
7+
It provides the following features in IntelliJ IDEA, WebStorm, RubyMine, PhpStorm, and PyCharm:
88

99
- Schema-aware completion and error highlighting
1010
- Syntax highlighting, code-formatting, folding, commenter, and brace-matching
@@ -20,11 +20,17 @@ It depends on [js-graphql-language-service](https://github.com/jimkyndemeyer/js-
2020

2121
## FAQ
2222

23+
**Which IDEs are compatible with the plugin?**
24+
25+
The plugin is compatible with version 143+ of IntelliJ IDEA, WebStorm, RubyMine, PhpStorm, and PyCharm.
26+
27+
PyCharm CE and Android studio is not supported since the plugin depends on two other plugins: NodeJS and JavaScript.
28+
2329
**Where can I get the plugin?**
2430

2531
The plugin is available from the JetBrains Plugin Repository at https://plugins.jetbrains.com/plugin/8097?pr=
2632

27-
To install it in IntelliJ IDEA or WebStorm, open "Settings", "Plugins", "Browse repositories..." and search for "JS GraphQL".
33+
To install it, open "Settings", "Plugins", "Browse repositories..." and search for "JS GraphQL".
2834

2935
**How do I reload a GraphQL Schema that was loaded from a URL?**
3036

0 commit comments

Comments
 (0)