Which IDE for Scala 2.8?

前端 未结 16 1134
我在风中等你
我在风中等你 2020-12-02 17:19

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 t

16条回答
  •  萌比男神i
    2020-12-02 17:29

    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:)

提交回复
热议问题