IntelliJ 14 - Create / Import a Scala / SBT project -
IntelliJ 14 - Create / Import a Scala / SBT project -
intellij 14 supports (in theory) sbt / scala projects through scala plugin, still available in official repo. according this post "scala plugin project uses sbt build , dependency management". cannot find way create or import sbt / scala project intellij. there lack of documentation explaining more new way of configuring scala plugin.
i have scala plugin activated in intellij ultimate 14.0 (139.224). ideas?
install scala plugin. settings -> plugins -> scala -> install
open directory sbt build: file -> open project -> select directory build.sbt -> configure settings
that worked me couple of minutes ago. may necessary reset cache , restart: file -> invalidate caches / restart
.
scala intellij-idea sbt intellij-14
Comments
Post a Comment