IntelliJ 14 - Create / Import a Scala / SBT project

后端 未结 4 2006
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 02:52

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

4条回答
  •  遥遥无期
    2020-12-09 03:24

    1. Install scala plugin. Settings -> Plugins -> Scala -> Install
    2. Open directory with sbt build: 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.

提交回复
热议问题