From 026c556fe4a277995d7b7edf97557fa2aa59fa06 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 14 Aug 2024 17:23:00 +0200 Subject: [PATCH] README: IntelliJ Platform Icons --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9c7f0b..a4bea33f 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.