|
| 1 | +# %NAME% |
| 2 | + |
| 3 | + |
| 4 | +[](https://plugins.jetbrains.com/plugin/PLUGIN_ID) |
| 5 | +[](https://plugins.jetbrains.com/plugin/PLUGIN_ID) |
| 6 | + |
| 7 | +## Template ToDo list |
| 8 | +- [x] Create a new [IntelliJ Platform Plugin Template][template] project. |
| 9 | +- [ ] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin). |
| 10 | +- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html). |
| 11 | +- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. |
| 12 | +- [ ] Set the Plugin ID in the above README badges. |
| 13 | +- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html). |
| 14 | +- [ ] 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. |
| 15 | + |
| 16 | +<!-- Plugin description --> |
| 17 | +This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have. |
| 18 | + |
| 19 | +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. |
| 20 | + |
| 21 | +To keep everything working, do not remove `<!-- ... -->` sections. |
| 22 | +<!-- Plugin description end --> |
| 23 | + |
| 24 | +## Installation |
| 25 | + |
| 26 | +- Using IDE built-in plugin system: |
| 27 | + |
| 28 | + <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "%NAME%"</kbd> > |
| 29 | + <kbd>Install Plugin</kbd> |
| 30 | + |
| 31 | +- Manually: |
| 32 | + |
| 33 | + Download the [latest release](https://github.com/%REPOSITORY%/releases/latest) and install it manually using |
| 34 | + <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd> |
| 35 | + |
| 36 | + |
| 37 | +--- |
| 38 | +Plugin based on the [IntelliJ Platform Plugin Template][template]. |
| 39 | + |
| 40 | +[template]: https://github.com/JetBrains/intellij-platform-plugin-template |
0 commit comments