I'm just starting to learn Scala. I have installed the Scala plugin for IntelliJ, and created a new Scala project. But when I right-click on the src folder to make a new Scala class, there is no option to do so. Am I missing something?
相关问题
- Unusual use of the new keyword
- What uses more memory in c++? An 2 ints or 2 funct
- Get Runtime Type picked by implicit evidence
- How Does WebSphere Choose the Classloading Order i
- What's the point of nonfinal singleton objects
相关文章
- Gatling拓展插件开发,check(bodyString.saveAs("key"))怎么实现
- RDF libraries for Scala [closed]
- In IntelliJ IDEA, how can I create a key binding t
- Why is my Dispatching on Actors scaled down in Akk
- IntelliJ IDEA can't open projects or add SDK o
- How do you run cucumber with Scala 2.11 and sbt 0.
- GRPC: make high-throughput client in Java/Scala
- NameError: name 'self' is not defined, eve
I figured it out, right click on src > Mark directory as > Sources Root.
Now try again.