lxtk-org / lxtk

Language Client/Server Toolkit
Eclipse Public License 2.0
33 stars 2 forks source link

Hello, I would like to use it to access JDTLS. How do I use it? Is there detailed documentation available for reference? #34

Closed SEC-fsq closed 2 weeks ago

SEC-fsq commented 2 months ago

Hello, I would like to use it to access JDTLS. How do I use it? Is there detailed documentation available for reference?

pisv commented 2 months ago

@SEC-fsq Thank you for your interest in LXTK.

There is no other documentation available other than what is present in this repository. I'd suggest to start with README, especially the Architectural Overview section, then proceed to examples (org.lxtk.lx4e.examples.*) provided in the repository and learn the relevant APIs, which are documented with JavaDoc. Also, be sure to visit the FAQ. Then, if you have specific questions, you can ask for help in discussions.

But first, can you provide some details about your use case? If I understand it correctly, your language client would not be based on Eclipse, because otherwise you could either use Eclipse JDT APIs directly or use Eclipse LSP4E (a generic language client for Eclipse) to access JDTLS?

pisv commented 2 weeks ago

Closing, as further help doesn't seem to be needed.