1

I have installed Scala in intellij and have created a project. But i cannot see scala worksheet option ?

Steps: under scala project-->src-->main-->scala right click on scala-->New -->I excect to see scala worksheet option

Thanks!!

Thanks!!

Justin Kaeser
  • 5,868
  • 27
  • 46
Fakeer
  • 165
  • 1
  • 5
  • 17
  • 1
    Try pressing *Ctrl-Shift-A* (Windows) *Cmd-Shit-A* (MacOs) and enter 'worksheet'. You should get options several actions including 'new scala worksheet' and create 'new light scala worksheet'. – Sascha Kolberg Aug 20 '16 at 15:49
  • It should be in the context menu, if you right click a folder, too. – Sascha Kolberg Aug 20 '16 at 15:51
  • 1
    Possible duplicate of [How to get the option to create a new Scala Worksheet in IntelliJ?](http://stackoverflow.com/questions/36867112/how-to-get-the-option-to-create-a-new-scala-worksheet-in-intellij) – D. Ben Knoble Jan 14 '17 at 00:28

2 Answers2

1

How to get the option to create a new Scala Worksheet in IntelliJ? This seems to do the trick. The asker has answered their own question, and it worked for me. There is probably a deeper issue (a setting that needs toggling), but worked for now. I know nothing deeper as I am setting up too.

Community
  • 1
  • 1
1
  1. Ctrl+Shift+A (Windows, Ubuntu) Cmd-Shift-A (MacOs)
  2. Plugins
  3. Installed
  4. Scala
    4.1 If there is a problem with scala (e.g. IDEA doesn't support current version - update your IDEA/Scala)
    4.2 If there is no scala, go back to plugins and install it
ajaysinghdav10d
  • 1,771
  • 3
  • 23
  • 33
techkuz
  • 3,608
  • 5
  • 34
  • 62