Intellij IDEA doesn't see plugin module -


i trying test of open source plugins here. can't run/debug of them because intellij idea doesn't see plugin module. says: run configuration error: no plugin module specified configuration. tried lot of different tricks, nothing worked.

i have not found way debug plugin (i error plugin developing when try use plugin run configuration).

if want run plugin, can build distribution xml file locally using task provided plugin so. gradle tasks should list available tasks. project (which uses gradle-intellij-plugin provide intellij plugin development integration in gradle), task is:

gradle buildplugin 

you can use "install plugin disk..." option in settings > plugin page of intellij instance.

the gradle-intellij-plugin integration provides the:

gradle runidea 

task starts new intellij instance in sandboxed configuration plugin installed.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -