Wednesday, July 8, 2020

Add Scala Language Support in IntelliJ

In this post we will learn how to add Scala Language Support in IntelliJ.
Unless you do this, you will not be able to create a new scala file in the project.

Right-click on the project.
Click on "Add Framework Support" in the context menu.


Next, in the Add Framework Support window, select the "Scala" checkbox.


Automatically, you should see the scala library listed in the "Use library" drop down.

Click the OK button.

After that you will be able to see the "Scala Class" option when you right-click on a scala code folder.


That's all! Quite easily done!

No comments:

Post a Comment