JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
98 stars 28 forks source link

ideaExternalPlugins should install plugins to `plugins` folder as well #13

Closed mutcianm closed 5 years ago

mutcianm commented 5 years ago

While external plugins' classes must be added to compilation classpath during build, to be able to run/debug IDEA those plugins have to be excluded from initial root classpath(IDEA will load them using its own classloading mechanism from plugins folder).

This is especially important for IDEA plugins that depend on other IDEA plugins.

At the moment manual intervention is required, since necessary external plugins have to be manually copied to plugins dir.

mutcianm commented 5 years ago

fixed via f2ac29039498a8b75999908ec8e575c4811a125a