IJSDK-206 Documentation should mention installing Plugin DevKit as a prerequisite for Plugin Development

This commit is contained in:
Yann Cébron 2016-11-14 19:54:20 +01:00
parent f9194eadf4
commit 8c1c08e740

View File

@ -8,6 +8,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.
### Configuring IntelliJ Platform SDK