This commit is contained in:
Clément Fournier 2017-07-11 22:49:32 +02:00 committed by GitHub
parent cb5fa7ca06
commit 8748338a5f

View File

@ -9,7 +9,7 @@ Use the following check list to ensure that you are ready to develop your custom
- **IntelliJ IDEA** version 9.0 or later (either Community Edition or Ultimate) must be installed on your computer.
- **IntelliJ IDEA CE source code** should be checked out to your local computer. This is not a requirement but will make it much easier for you to debug your plugins. For detailed instructions, refer to [Check Out And Build Community Edition](/basics/checkout_and_build_community.md).
- **Plugin DevKit** plugin must be enabled in IDE
- **IntelliJ Platform SDK** must configured for your IDEA project. For more information, see [Configuring IntelliJ Platform SDK](#configuring-intellij-platform-sdk) below.
- **IntelliJ Platform SDK** must be configured for your IDEA project. For more information, see [Configuring IntelliJ Platform SDK](#configuring-intellij-platform-sdk) below.
### Configuring IntelliJ Platform SDK