diff --git a/topics/basics/faq.md b/topics/basics/faq.md index 0007746d3..50775eba8 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -1,8 +1,12 @@ [//]: # (title: Plugin Development FAQ) - + This FAQ is a topical index of questions that have been asked (and answered) on our [IntelliJ IDEA Open API and Plugin Development forum](https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development). + + > See also [Explore the IntelliJ Platform API](explore_api.md) for more information and strategies. + > + {type="tip"} ## Open-Source Plugins * [How do I compile the Scala plugin?](https://github.com/jetbrains/intellij-scala#setting-up-the-project)