Is is exist good package for java development on Emacs?
Good... I mean to support:
Debugging
Code formatting
Code Highlighting
Help context
Maven support
Gradle support
and many others things
Is is exist good package for java development on Emacs?
Good... I mean to support:
Debugging
Code formatting
Code Highlighting
Help context
Maven support
Gradle support
and many others things
You should definitely check out lsp-java for emacs. It supports all of the above mentioned features but I am not sure about Gradle suppport.
You can install lsp-java via package.el
.
I am using lsp-java for 6 months now and I would say it is fantastic.