Frequently asked questions about using IntelliJ IDEA
Posted in Developer Zone | Last updated on 2012-10-18 15:37:02


There are no comments on this article yet. To add one, view this post on the forum


1. Can I use the free IntelliJ IDEA Community Edition to work with Scala and Queue?

Yes. Be sure to install the scala plugin and setup your IDE as listed in [Queue with IntelliJ IDEA(http://gatkforums.broadinstitute.org/discussion/1309/queue-with-intellij-idea).

2. I updated IntelliJ IDEA and lost the ability to use command completion

Check if there is an update to your Scala plugin as well.

3. I can't compile Queue in IntelliJ IDEA / My Scala files are not highlighted correctly

Check your IntelliJ IDEA settings to for the following:

  • The Scala plugin is installed
  • Under File Types have *.scala as a registered pattern for Scala files.

Return to top

There are no comments on this article yet. To add one, view this post on the forum