diff --git a/README.md b/README.md index 7a9c7f0..a4bea33 100644 --- a/README.md +++ b/README.md @@ -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.