faq: link explore_api

This commit is contained in:
Yann Cébron 2021-05-20 12:46:36 +02:00
parent 1b5b33b8c2
commit c3452b85d8

View File

@ -1,8 +1,12 @@
[//]: # (title: Plugin Development FAQ) [//]: # (title: Plugin Development FAQ)
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> <!-- Copyright 2000-202 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
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). 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 ## Open-Source Plugins
* [How do I compile the Scala plugin?](https://github.com/jetbrains/intellij-scala#setting-up-the-project) * [How do I compile the Scala plugin?](https://github.com/jetbrains/intellij-scala#setting-up-the-project)