I'm following these guidelines on how to develop Intellij plugin.
So I
Expected the directory is selected fine.
Actual: I get the error message:
"the selected directory is not a valid home for intellij platform plugin sdk"
See screenshot:
Am I doing something wrong?
Thanks
Intellij platform plugin sdk home
should be your installed or builded IntelliJ, not sources. You can add that intellij-community
folder as sources to your IntelliJ SDK later or not at all.