|
|
|
|
|
by tormeh
4378 days ago
|
|
Well, I haven't tried Intellij, but in my experience the best coding environment is:
1. Visual Studio
2. gEdit Visual Studio has incredibly good fuzzy code completion and gEdit has a total lack of features to be confused by and good font rendering. I just look at all the menus and buttons in Eclipse and I can't stand it. All this stuff can't possibly be necessary. Since VS is not available for neither Scala nor Linux I'm left with gEdit. |
|
For example, "jsfmt" with match "jsonFormat", and display the matches as I type so I can arrow-down and hit ENTER if I see what I want (or just keep typing until the list filters down to the one I want).
Implicit invocations get underlined by default as well. Which is nice since I'm rarely at loss for understanding what the compiler is doing to make this code work.