Closed alichtman closed 2 years ago
You need to configure the IntelliJ Platform SDK according to these instructions: https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.html#configuring-intellij-platform-sdk
Then re-open the project and set the project's SDK to IntelliJ Platform Plugin SDK
.
Let's leave this issue open until upgrading to Gradle or a setup script is available to do the above.
Does that need to keep opened @alanhamlett?
I followed these instructions to configure the plugin development environment.
I've cloned this plugin and tried to open it in IntelliJ IDEA CE 8.01 and the import statements are not being satisfied.
Different dependencies break based on which Module SDK I use, and I can only use one of the modules at a time.
With this SDK:
And with this one:
Unsuccessful Fix Attempts
Plugin Development Guidelines
Configuring IntelliJ Platform Plugin SDK
SO Posts suggested creating a brand new plugin. Unsuccessful.
Next Steps?
Guide to Setting Up Environment
Do I add wakatime to the plugins directory?
If you have any ideas for fixing this, that'd be much appreciated.