IntelliJ 14 supports (in theory) SBT / Scala projects through the Scala plugin, which is still available in the official repo. According to this post "Scala plugin project itself now uses SBT for build and dependency management". However I cannot find any way to create or import a SBT / Scala project with IntelliJ. There is also a lack of documentation explaining more about this new way of configuring the Scala Plugin.
I have the Scala plugin activated in the IntelliJ Ultimate 14.0 (139.224). Any ideas?
Settings -> Plugins -> Scala -> Install
File -> Open Project -> select directory with build.sbt -> configure settings
That worked for me just a couple of minutes ago. It may be necessary to reset cache and restart: File -> Invalidate Caches / Restart
.