Scala plugin doesn't works

Hi dear experts!
i trying to start scala development with IDEA.
i following by video instruction:
https://www.jetbrains.com/idea/features/scala.html

but i have different picture in my IDE:
Untitled3.png

no Java sources, no Scala sources, no ways to create scala object...

0
3 comments

Hi Alex,

Try right-clicking on the source directory. You can right click anywhere in the project heirarchy to create directories and files. The types of files that can be created will depend on what plugins are installed and where, exactly, you clicked.

Donald

0
Avatar
Permanently deleted user

Hi everyone!

i resolved my problem. it was proxy issue!

0

See screenshot:
Screen Shot 2015-06-24 at 10.41.43.png
This is new SBT project dialog. "Create directories for empty content roots" is important here to create empty folders for your fresh project.

You also can create it manually (src/main/scala).

Best regards,
Alexander Podkhalyuzin.

0

Please sign in to leave a comment.