From Workingmouse Wiki
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
Installation Instructions
- Read the software licence which is in the LICENCE file.
- Open IntelliJIDEA 5.0 or 6.0.
- Select from the menu, File -> Import Settings...
- Use the file selection dialog to refer to the settings JAR file.
- Select to import the File Types and/or File Templates and click OK.
- Restart IntellijIDEA.
- After restarting, associate Scala source files with your file type.
- Settings (Ctrl+Alt+S)
- File Types (I)
- Select "Scala source files" under "Recognized File Types".
- Press the Add button under "Registered Patterns".
- Type "*.scala" (without the quotes) and click OK.
- Click Apply.
IntelliJ IDEA Scala (latest version: 1.4):