From e0f8c5efe9f24d5914148dedc18bb9e746be3d77 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 17 Dec 2020 12:27:20 +0100 Subject: [PATCH] Introduce the IntelliJ Platform Explorer in the Sample code section --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a30f1d..e913f1e 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ The plugin configuration file is a [plugin.xml][file:plugin.xml] file located in ``` -You can read more about this file in the [IntelliJ Platform SDK DevGuide][docs:plugin.xml]. +You can read more about this file in the [Plugin Configuration File][docs:plugin.xml] section of our documentation. ## Sample code @@ -157,6 +157,10 @@ The prepared template provides as little code as possible because it is impossib These files are located in `src/main/kotlin`. This location indicates the language being used. So if you decide to use Java instead, sources should be located in the `src/main/java` directory. +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. + +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. + ## Predefined Run/Debug configurations Within the default project structure, there is a `.run` directory provided containing three predefined *Run/Debug configurations* that expose corresponding Gradle tasks: @@ -273,6 +277,7 @@ You can get that token in the [My Tokens][jb:my-tokens] tab within your Marketpl [jb:confluence-on-gh]: https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub [jb:download-ij]: https://www.jetbrains.com/idea/download [jb:forum]: https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development +[jb:ipe]: https://plugins.jetbrains.com/intellij-platform-explorer [jb:my-tokens]: https://plugins.jetbrains.com/author/me/tokens [jb:paid-plugins]: https://plugins.jetbrains.com/docs/marketplace/paid-plugins-marketplace.html [jb:quality-guidelines]: https://plugins.jetbrains.com/docs/marketplace/quality-guidelines.html