|
|
|
|
|
by hdhzy
3142 days ago
|
|
I've used it on Java 8 projects. The VS Code Java extension reads regular Eclipse projects (.project, .classpath) and offers intellisense like completions, red squiggles etc. But that's basically it. I think there is also support for Mavens poms. What's lacking is the general refactorings, generating boilerplate (hashCode, setters, getters). It's too little for real work but it's surprisingly good so I'll keep evaluating it from time to time. |
|