Scala Plugin Links
Other JetBrains Blogs
Meta
Category Archives: Uncategorized
Smarter Code Completion for Scala
Following the release of IntelliJ IDEA 12.1 the Scala plugin has been updated as well bringing to you a bunch of enhancements. You might already know that IntelliJ IDEA provides a fantastic set of code completion features for Java, including … Continue reading
Posted in Uncategorized
Leave a comment
A new way to compile
Together with the IDEA 12 release Scala plugin brings a brand new Scala compilation subsystem. Here are the main updates: The compilation is now “external”. Incremental compilation is now handled by SBT (instead of IDEA itself). Compile server is now … Continue reading
Posted in Uncategorized
16 Comments
Scala Worksheet
We are announcing start of Scala Worksheet feature support. It’s available in scala plugin for Leda from v.0.6.368. A worksheet is a scala file with .sc extension which you can run and get evaluation results in a special view appeared … Continue reading
Posted in Uncategorized
26 Comments
Scala plugin for Nika
I want to announce that from now only very significant fixes will be backported to IDEA 11 plugin version (Nika). This can make things in Leda plugin version slightly faster. Automatical nightly builds deployment is stopped.
Posted in Uncategorized
Leave a comment
Migration to GitHub
As you probably know we have GitHub mirror of Scala plugin sources: https://github.com/JetBrains/intellij-scala From now it’s not a mirror, it’s working repository. So it’s good idea to start social activity on GitHub right now.
Posted in Uncategorized
4 Comments
How to configure Scala plugin project
This post is inspired by Scalathon 2012 conference, where we found few enthusiasts, who want to improve their favorite IDE for Scala, they just didn’t know how to do it. Scala plugin project setup was simplified a lot recently. Additionally … Continue reading
Posted in Uncategorized
2 Comments
I18n for Scala
The internationalization (I18N) support is available now in Scala plugin with following features: Folding for i18n messages Create new property intention Navigation Completion
Posted in Uncategorized
4 Comments
Play 2.0 support
We are announcing start of Play 2.0 support. Alpha version of new Play 2.0 plugin for IntelliJ IDEA just released: http://plugins.intellij.net/plugin/index?pr=&pluginId=7080 It comes with basic template language support, which includes go to declaration, completion and some features inherited from Scala and … Continue reading
Posted in Uncategorized
6 Comments
Format and convert
The truth is that programmers often need to embed dynamic variables into static string patterns. To accomplish this feat we used to write something like: or even A good news is that Scala 2.10 brings a shiny new string interpolation: … Continue reading
Posted in Uncategorized
2 Comments
Mutable/immutable collections prefix convention support
As described here we should prefer the following code style for mutable and immutable collection names: Scala plugin for IntelliJ IDEA (nightly builds) now supports this code style by default. First of all, it brings useful code inspection, helping to … Continue reading
Posted in Uncategorized
2 Comments