« Return to Thread: IntelliScala plugin released

Re: IntelliScala plugin released

by Chris Kent :: Rate this Message:

Reply to Author | View in Thread

Great news, I've been looking forward to this since it was first announced. I'm a massive fan of IDEA and wasn't enjoying switching to Eclipse for Scala development.

The editing and highlighting is working fine and I'm probably being dumb but I can't figure out a way to run or debug Scala code. There's no Scala configuration in the list in the run / debug dialog so I've tried using a Java configuration. But the run dialog complains that there's no main method in the class (I've tried objects with main methods and objects that extend Application, both of which work in Eclipse). When I run it the only thing in the console is a ClassNotFoundException. Anyone have any suggestions?

I also can't see any class files in the output directory and there are no messages in the message window to say that something has failed. Compilation completes instantly and the status bar has a message that says "Compilation completed successfully". I don't know if it makes a difference but I'm using Java 1.4.2 because when you're setting up a Scala project it ignores the Java JDK you select and always uses the first one in the list.

Anyway, enough of the problems. It's looking good so far and I can't wait until version 0.2.
Chris

Eugene Vigdorchik-2 wrote:
Hello All,

We've released the plugin for Scala version 0.1. You can find it in the plugin repository available directly in IntelliJ.
The feature highlights are as follows: syntax highlighting, formatting, parsing errors highlighting, folding, surround with, file
structure outline, keyword completion, goto class, compilation (with no dependent files calculation yet), debugging, cross-language
resolve of types/find usages/rename of classes and traits.
Hope you find this plugin useful.

Enjoy,
Scala plugin development team

 « Return to Thread: IntelliScala plugin released