Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I really like IntelliJ Idea Community Edition's Scala support. I've been using it from it's early days. I've also tested Netbeans and Eclipse plugins but I really don't like them that much. Especially all Eclipse Scala plugins are crap. I also tested Textmate Scala bundle, which is very nice but doesn't offer auto completion.</p> <p>Here is my Scala Ide top list:</p> <ol> <li><a href="http://www.jetbrains.com/idea/download/" rel="nofollow noreferrer">IntelliJ Idea Community Edition</a></li> <li><a href="http://wiki.netbeans.org/Scala" rel="nofollow noreferrer">Netbeans</a></li> <li><a href="http://github.com/paulp/scala-textmate" rel="nofollow noreferrer">Textmate</a> (This is here, since I really like Textmate for writing Rails applications)</li> <li><a href="http://www.scala-lang.org/node/94" rel="nofollow noreferrer">Eclipse</a></li> </ol> <p>When you learn IntelliJ Idea keyboard shortcuts and add some <a href="http://blogs.jetbrains.com/idea/tag/live-templates/" rel="nofollow noreferrer">live templates</a> you can be very productive programmer. Furthermore, if you buy the Intellij Idea Ultimate Edition you can even share the settings with multiple computers or with your team.</p> <p>What I suggest:</p> <ol> <li>Download <a href="http://www.jetbrains.com/idea/download/" rel="nofollow noreferrer">IntelliJ Idea Community Edition</a></li> <li>Install the <a href="http://confluence.jetbrains.net/display/SCA/Getting+Started+with+IntelliJ+IDEA+Scala+Plugin" rel="nofollow noreferrer">Scala plugin</a> </li> <li>Learn the keyboard shortcuts: <a href="http://www.jetbrains.com/idea/docs/IntelliJIDEA9_ReferenceCard.pdf" rel="nofollow noreferrer">Windows and Linux</a>, <a href="http://www.jetbrains.com/idea/docs/IntelliJIDEA9_ReferenceCard_Mac.pdf" rel="nofollow noreferrer">Mac</a></li> <li>Configure <a href="http://blogs.jetbrains.com/idea/tag/live-templates/" rel="nofollow noreferrer">Live Templates</a> when you get more familiar with the ide</li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload