Which IDE for Scala 2.8?

前端 未结 16 1186
我在风中等你
我在风中等你 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条回答
  •  感情败类
    2020-12-02 17:41

    I am using the latest NetBeans and haven't tried anything else. I've met at least 2 notable bugs in NetBeans while coding in Scala:

    One: NB occasionally come unable to run a program, hanging on classpath scanning.
    Solution: Create a new project, copy your code there and go on.
    Comment: This bug is more than 10 years old.

    Two: Sometimes NB can't see members of particular namespaces or classes and complains when you use them.
    Solution: Just ignore and go on - compiler founds no errors and the program works.

提交回复
热议问题