|
|
|
|
|
by kt9
3330 days ago
|
|
I've been using Emacs for over 15 years now and I do almost all my work in it. The two things that I still haven't found good solutions for in emacs are available out of the box in almost every editor today: 1. Autocomplete of methods, classes, variables etc
2. Auto import statement organisation Yes I am aware of JDEE for #2 and I am aware of emacswiki/autocomplete but none of those solutions are as smooth, well integrated or work well enough like they do in atom or visual studio. If someone was to rethink the problem from the ground up and solve it in an elegant and efficient way my life would be complete. |
|
https://github.com/emacs-lsp/lsp-java
Microsoft's Language Server Protocol might be just the thing that takes Emacs sexiness to an entirely different level.