Any IDE supporting SBT?
ide, plugins, sbt, scala
Solution
Does Intellij fit the bill ? It has an SBT plugin (and a Scala plugin, obviously!)
Problem
is any IDE supporting SBT in a proper way (like Maven for example)? Because I've found a lot of tools that generate IDE-related configuration files but I haven't found any plugins that give any support of SBT interaction form within IDE. I want to make an IDE-agnostic project based on SBT, but also I want to be able to use full spectrum of features that IDE provide and not just use it as an editor and do all the other stuff from console.