Replies: 3 comments 4 replies
-
Depending on your needs, you could use either LSP4E or LXTK for this. |
Beta Was this translation helpful? Give feedback.
-
I created a project which is working where the jdt-ls server is launched and client can access it using a SOCKET 3333 Remark: I will polish the code to start the server within the same JVM as the client as exposing it with a SOCKET for test/demo don't make sense |
Beta Was this translation helpful? Give feedback.
-
I created a new class to test the approcah where the jdt-ls server is started as a process part of the java class and that works
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i have a language server running , so now how could i implement a Language client whihc will connect with that running language server , i read documentation but its incomplete for Language client .
Any help will be appreciated, Thank you
Beta Was this translation helpful? Give feedback.
All reactions