Using SBT from Scala IDE

后端 未结 2 1634
眼角桃花
眼角桃花 2021-01-30 20:59

The path from SBT to Scala-IDE is well described in many places:

  1. Start with an SBT project
  2. Add the SBT plugin definition: addSbtPlugin(\"com.typesafe.sbte
2条回答
  •  你的背包
    2021-01-30 21:59

    As a seasoned Eclipse user, I wondered the same thing. Amazed that no one seemed to be going that direction, I decided to roll my own project.

    https://github.com/scalastuff/esbt

    Install plugin, create or modify build.sbt and dependencies are fetched, project files updated.

    It works for me, I use it every day. But it's not perfect or finished, and I'm not putting in a lot of effort in it at the moment. But do feel free to contribute!

提交回复
热议问题