scala - IntelliJ IDEA, SBT - IDE generates junk modules conflicting with mpeltonen sbt-idea plugin -
i using intellij thought development in scala sbt. have intellij idea's sbt plugin in combination mpeltonen sbt-idea plugin.
after running gen-idea
command in sbt console generates idea-related files 2 modules (based on project name). whenever edit build.sbt
file, thought tries generate 2 modules name trunk
(as have project in folder named "trunk").
as result i'm having 2 pairs of modules (every time allow refresh in idea). see picture.
after thought underlines many pieces of code reddish lines (like errors). rid of them should delete trunk
-modules manually.
can configure smth in thought or mpeltonen plugin have 1 pair of modules? preferred mpeltonen version (though tries add together "scala compiler" compiler whilst need "scala compiler bundle").
upd. intellij thought ver 13.1.3 (build #ic-135.909), sbt intellij plugin 1.6.1, mpeltonen sbt-idea ver 1.6.0
scala intellij-idea sbt
No comments:
Post a Comment