Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the scala eclipse IDE stable enough?

Tags:

eclipse

scala

I use eclipse as my scala IDE. But It seems not so good. I can build my project using maven successfully. But eclipse always warn me there's compilation error. Any has experience of scala eclipse plugin ? Thanks BTW I use scala IDE for 2.8.1

like image 903
zjffdu Avatar asked May 31 '11 11:05

zjffdu


People also ask

Which Eclipse IDE is best for Scala?

Intellij is by far the best I have used. IntelliJ works well. However, it does choke on some of the functional libraries like cats (false highlighting). …it works in scalac, and in Eclipse/Scala-IDE.

Can we run Scala in Eclipse?

Testing Scala Installation in Eclipse IDE: Using the Eclipse IDE, we will create a simple Hello World program in Scala. Open the Eclipse, click on the menu and click on the “New” ->Scala project.


1 Answers

There is a new Eclipse plug-in which is in the final stages of release, currently in beta 4 which offers numerous improvements including stability. It runs with Scala 2.9.

You can download and try it for yourself. More information and download available here: http://www.scala-ide.org/

Also, be sure to read on improving Eclipse performance, I find a few of these tweaks makes a big difference. Here are some answers on Stackoverflow regarding that:

How can you speed up Eclipse?

What are the best JVM settings for Eclipse?

like image 107
Marcus Kazmierczak Avatar answered Oct 11 '22 03:10

Marcus Kazmierczak