wakatime / jetbrains-wakatime

IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, AppCode, AndroidStudio, Goland, Rider, & WebStorm plugin for quantifying your coding.
https://wakatime.com/intellij-idea
BSD 3-Clause "New" or "Revised" License
1.14k stars 167 forks source link

Building/Editing Plugin Configuration Issues #105

Closed alichtman closed 2 years ago

alichtman commented 6 years ago

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:

image

35343062_1716135605169305_2579435363726524416_n

And with this one:

image

35078567_1712049328911266_3584464990960091136_n

Unsuccessful Fix Attempts

Next Steps?

If you have any ideas for fixing this, that'd be much appreciated.

alanhamlett commented 6 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.

gandarez commented 2 years ago

Does that need to keep opened @alanhamlett?