简体   繁体   中英

Creating a scala project on intellij

Trying to create a scala based project on intelli and all the tutorials i see ask me to click on new project and select scala on the left and sbt on the right. I cannot see a scala option on the left. intellij 上新项目窗口的屏幕截图

I have already installed the scala plugin. Also restarted intellij several times.

安装插件截图

The project wizard in recent IntelliJ versions looks and works a bit differently than before. You need to select the primary language for the new project and then specify additional details such as SDK and build tool versions.

In your case, you need to choose Scala in the "Language" selector, then sbt in the "Build system" section (the options in the section change based on the language chosen):

新建项目向导

For more information, consult the documentation .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM