From a7be177d6c4c28325828d51e8da35415cae9316a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 18 May 2022 19:36:25 +0200 Subject: [PATCH] README.md: hint to remove stale sample code --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c7c96f..7fa0855 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,8 @@ So if you decide to use Java instead (or in addition to Kotlin), these sources s 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. +> Don't forget to remove all non-needed sample code files with their corresponding registration entries in `plugin.xml`. + 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.