After installed Scala plugin, there are only SBT, Activator, IDEA on the right panel.

I am new to IntelliJ , after I installed Scala plugin and enabled it. When I new a project and choose Scala, there are only SBT, Activator and IDEA on the right panel, I thought there should be a Scala option. did I do something wrong?

0

SBT is now the recommended way to set up a Scala project.

The "Scala" option was renamed to "IDEA", which just means that the project model is managed by IntelliJ IDEA. This option is a good choice if you want to set up a simple project without dependency management.

1

@justin Kaeser Thank you. Do I need to install Scala separately, besides the one in IDEA.

0

If you only work within IDEA, you don't need to install Scala or sbt separately.

0

请先登录再写评论。