- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala library source code navigation on Netbeans
Wed, 2010-12-22, 01:01
Hi all,
From all the current Scala IDEs that I've tried (Eclipse, Netbeans and Intellij) the most responsive and "full featured" seems to be Netbeans in my opinion. At least now.
However, one thing that keeps me from using it is the source code navigation (using ctrl + mouse-button shortcut). Many times I click on a method or class and it simply doesn't move (even for classes on the same project!). Sometimes it shows on the status bar "No source file found" message, even if my Scala installation has the src folder with the Scala source jars.
Eclipse Scala plugin seems to be the best in this regard. I always can navigate through the source code regardless if it is mine, Scala or Lift's source.
Is there anything similar to the maven-eclipse-plugin source code download for the Netbeans? Is there anything else that I can do?
Thanks,Paulo Sergio.
From all the current Scala IDEs that I've tried (Eclipse, Netbeans and Intellij) the most responsive and "full featured" seems to be Netbeans in my opinion. At least now.
However, one thing that keeps me from using it is the source code navigation (using ctrl + mouse-button shortcut). Many times I click on a method or class and it simply doesn't move (even for classes on the same project!). Sometimes it shows on the status bar "No source file found" message, even if my Scala installation has the src folder with the Scala source jars.
Eclipse Scala plugin seems to be the best in this regard. I always can navigate through the source code regardless if it is mine, Scala or Lift's source.
Is there anything similar to the maven-eclipse-plugin source code download for the Netbeans? Is there anything else that I can do?
Thanks,Paulo Sergio.
2010/12/22 Paulo Sérgio Medeiros <pasemes@gmail.com>