Hello,
Currently I am using netbeans-lsp for my javafx editor but I have to start the lsp as a second application and communicate with input/output streams using a socket.
I would like to embed the LSP IN my application to avoid starting two applications and to avoid the socket communication, but netbeans-lsp can't do that.
Is it possible to embark EclipseLSP in a modular application ?
Is there an example somewhere ?
Thanks