Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What IDEs support SBT and Scala version 2.9.0 [duplicate]

This is the same question for older version of Scala, but they say that Eclipse plugin has been improved vastly. Is it the best IDE now? How do different Scala IDE compare today?

like image 484
Łukasz Lew Avatar asked Nov 26 '22 13:11

Łukasz Lew


1 Answers

I've been pretty successful with IDEA 9. I've briefly tried both Netbeans and Eclipse and wasn't able to get what I wanted. Eclipse's code-complete didn't behave as well as I'd have liked, and I couldn't find a way to make Netbeans handle Scala scripts; It'd just complain that the file wasn't a class.

To be clear, I've been using IDEA for a few years for Java, so keep that in mind:)

like image 114
Sean Avatar answered Apr 30 '23 07:04

Sean