|
1 |
| -# intellij-spring-graphql-plugin |
| 1 | +# Spring GraphQL Support for IntelliJ IDEA (Ultimate Edition) |
2 | 2 |
|
3 |
| - |
4 |
| -[](https://plugins.jetbrains.com/plugin/PLUGIN_ID) |
5 |
| -[](https://plugins.jetbrains.com/plugin/PLUGIN_ID) |
| 3 | +:warning: CURRENTLY IN DEVELOPMENT |
6 | 4 |
|
7 |
| -## Template ToDo list |
8 |
| -- [x] Create a new [IntelliJ Platform Plugin Template][template] project. |
9 |
| -- [ ] Get known with the [template documentation][template]. |
10 |
| -- [ ] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin). |
11 |
| -- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html). |
12 |
| -- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. |
13 |
| -- [ ] Set the Plugin ID in the above README badges. |
14 |
| -- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html). |
15 |
| -- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes. |
| 5 | + |
| 6 | +[](https://plugins.jetbrains.com/plugin/17963-spring-graphql-support) |
| 7 | +[](https://plugins.jetbrains.com/plugin/17963-spring-graphql-support) |
16 | 8 |
|
17 | 9 | <!-- Plugin description -->
|
18 |
| -This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have. |
19 |
| - |
20 |
| -This specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process. |
21 |
| - |
22 |
| -To keep everything working, do not remove `<!-- ... -->` sections. |
| 10 | +This plugin adds support for [Spring GraphQL](https://spring.io/projects/spring-graphql). |
23 | 11 | <!-- Plugin description end -->
|
24 | 12 |
|
25 | 13 | ## Installation
|
26 | 14 |
|
27 | 15 | - Using IDE built-in plugin system:
|
28 | 16 |
|
29 |
| - <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "intellij-spring-graphql-plugin"</kbd> > |
| 17 | + <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "Spring GraphQL Support"</kbd> > |
30 | 18 | <kbd>Install Plugin</kbd>
|
31 | 19 |
|
32 | 20 | - Manually:
|
33 | 21 |
|
34 |
| - Download the [latest release](https://github.com/jord1e/intellij-spring-graphql-plugin/releases/latest) and install it manually using |
| 22 | + Download the [latest release](https://github.com/jord1e/spring-graphql-intellij-plugin/releases/latest) and install it manually using |
35 | 23 | <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
|
36 |
| - |
37 |
| - |
38 |
| ---- |
39 |
| -Plugin based on the [IntelliJ Platform Plugin Template][template]. |
40 |
| - |
41 |
| -[template]: https://github.com/JetBrains/intellij-platform-plugin-template |
0 commit comments