mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
README: IntelliJ Platform Icons
This commit is contained in:
parent
038d00b51a
commit
4cf4ef8a95
@ -235,6 +235,9 @@ These files are located in `src/main/kotlin`.
|
||||
This location indicates the language being used.
|
||||
So if you decide to use Java instead (or in addition to Kotlin), these sources should be located in the `src/main/java` directory.
|
||||
|
||||
> [!TIP]
|
||||
> It is possible to use the [IntelliJ Platform Icons](https://jb.gg/new-ui-icons) in your plugin.
|
||||
|
||||
To start with the actual implementation, you may check our [IntelliJ Platform SDK DevGuide][docs], which contains an introduction to the essential areas of the plugin development together with dedicated tutorials.
|
||||
|
||||
> [!WARNING]
|
||||
@ -242,7 +245,6 @@ To start with the actual implementation, you may check our [IntelliJ Platform SD
|
||||
|
||||
For those who value example codes the most, there are also available [IntelliJ SDK Code Samples][gh:code-samples] and [IntelliJ Platform Explorer][jb:ipe] – a search tool for browsing Extension Points inside existing implementations of open-source IntelliJ Platform plugins.
|
||||
|
||||
|
||||
## Testing
|
||||
|
||||
[Testing plugins][docs:testing-plugins] is an essential part of the plugin development to make sure that everything works as expected between IDE releases and plugin refactorings.
|
||||
|
Loading…
Reference in New Issue
Block a user