Using the latest version of Community Ed. with:
Scala 2.11.1 with SBT 0.13.5 on Ub 14.04 with JDK 1.8.
Latest version of everything and it mostly works fine.
Was able to generate project files with SBT plugin and open the project from IntelliJ.
Only issue is can't seem to see an Object listed inside another Class file - as can be done in Scala but not in Java.
This is not a case class situation - A file X.scala has a class X defined in it and an object Y defined in it.
The object Y cannot be seen in other classes even in same package - for imports et.al.
Any suggestions will be much appreciated.
Thank you.
Mono