All posts for tag "doom-emacs"

Total 1 posts
📄 Emacs lsp-java Project Settings
C:2022-12-21 M:2022-12-21
Update: 2023-2-25 use eglot instead(in the last of the article) Create a java project with third libriaries support lsp-java is an awesome package for lsp-mode to open a java project. However, after some testing, I found it has difficulty in importing third party libraries with pure java project(not use maven, Gradle). Moreover, it only has a limited ability to interact with a Gradle project. However, it has great support for maven project, which means we can use maven to import third party java libraries.