lsp-javacomp

Homepage: https://github.com/tigersoldier/lsp-javacomp

Updated:

Summary

Provide Java IDE features powered by JavaComp

Commentary

A lsp-mode client that provides Java code-completion and other IDE
features for Emacs. It's backed by JavaComp.

To use it, add the code below to your .emacs file:

   (require 'lsp-javacomp)
   (add-hook 'java-mode-hook #'lsp-javacomp-enable)

Dependencies