Skip to content

Commit 4e4760e

Browse files
authored
Merge pull request #1331 from suyash1/patch-1
Update getting-started-with-scala-in-intellij.md
2 parents be99a26 + 8025fe3 commit 4e4760e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started-intellij-track/getting-started-with-scala-in-intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ take a few minutes but subsequent projects can use the same SDK.
3636
## Writing code
3737

3838
1. On the **Project** pane on the left, right-click `src` and select
39-
**New** => **Scala class**.
39+
**New** => **Scala class**. If you don't see **Scala class**, right-click on **HelloWorld** and click on **Add Framework Support...**, select **Scala** and proceed. If you see **Error: library is not specified**, you can either click download button, or select the library path manually.
4040
1. Name the class `Hello` and change the **Kind** to `object`.
4141
1. Change the code in the class to the following:
4242

0 commit comments

Comments
 (0)