November 21, 2008, Friday, 325

IntelliJ IDEA Scala

From Workingmouse Wiki

Jump to: navigation, search

The IntelliJ IDEA Scala project provides configuration for the JetBrains IntelliJ IDEA development to highlight source files for the Scala Programming Language. The software is released under a BSD open source licence.

Features:

  • A file type setting for Scala programming language source files. These have a .scala file extension
  • File templates for Scala programming language source files.
    • Scala Application
    • Scala Class
    • Scala Object
    • Scala Trait
    • Scala Servlet

Screenshot IntelliJ IDEA Scala


Installation Instructions

  1. Read the software licence which is in the LICENCE file.
  2. Open IntelliJIDEA 5.0 or 6.0.
  3. Select from the menu, File -> Import Settings...
  4. Use the file selection dialog to refer to the settings JAR file.
  5. Select to import the File Types and/or File Templates and click OK.
  6. Restart IntellijIDEA.
  7. After restarting, associate Scala source files with your file type.
    1. Settings (Ctrl+Alt+S)
    2. File Types (I)
    3. Select "Scala source files" under "Recognized File Types".
    4. Press the Add button under "Registered Patterns".
    5. Type "*.scala" (without the quotes) and click OK.
    6. Click Apply.

IntelliJ IDEA Scala (latest version: 1.4):