scalaintellij-ideasbtsbt-idea

Roles of sbt-idea and Idea sbt plugin


If sbt-idea is used to create a sbt based intelliJ project, then what is the purpose of the sbt plugin in IntelliJ? Is it just to create an sbt console inside of IntelliJ or does it do more?

Given this, is it still the correct process to first create a Scala project, and then run 'idea' in the sbt console to make the project sbt based? So is it right to assume that the sbt plugin does not enable idea to create sbt based projects?


Solution

  • Is it just to create an sbt console inside of intelliJ or does it do more?

    Just the sbt console.

    So is it right to assume that the sbt plugin does not enable idea to create sbt based projects?

    That's correct. See the following page: