Question

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?

Was it helpful?

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:

OTHER TIPS

You are correct. I would add one other nice thing about the console in Idea is that code lines in compilation errors are click able so you can quickly navigate to the error.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top