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?
Please sign in to leave a comment.
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.
@justin Kaeser Thank you. Do I need to install Scala separately, besides the one in IDEA.
If you only work within IDEA, you don't need to install Scala or sbt separately.