Replies: 1 comment
-
LSP4E is specifically meant to intergrate with the Eclipse IDE. If you need a lower-level Java API to deal with LSP messages efficiently, please see LSP4J project. It's been used by several Java clients (this Eclipse project, NetBeans, IntelliJ) and servers (Java with JDT-LS, Microprofile, Jakarta EE, LemMinX for XML...). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Am making my own IDE for learning, am implementing LSP.
How could I implement this client in my project and where it's documentation,
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions