How to import sbt projects to Eclipse?
问题 I want to import my sbt projects to Eclipse. While searching on the Internet I came to know there is an sbteclipse plugin for Eclipse to import sbt projects, but I don't know how to do this. I am using Eclipse Kelper and sbt 0.13 on Ubuntu 12.04 LTS. 回答1: tl;dr Use Scala IDE for Eclipse. sbteclipse is a plugin for sbt itself and aims to "create Eclipse project definitions" that in turn doesn't require installing any plugins in Eclipse. sbt is a build tool while Eclipse is an IDE. While both