|
|
|
|
|
by itsnotvalid
4456 days ago
|
|
For the record I haven't been writing java stuff for quite a long time, but recently have to help port a library to Java. One thing with the whole "IDE" thing is that they are actually quite slow. I use sublime for my other interests (web, dynamic languages, etc.) and didn't find any problems and also could do all those magic things like line endings, respecting tabs or spaces for indentation. The only thing sublime don't provide is the constant need for refactoring and complex requirement of autocomplete down to import names. They are mostly because of Java. |
|