Hi! short question:
do you know if someone is trying to implement at least Java "Language Server Protocol" (LSP) as JEdit Plugin ?
instead using old JavaCC (or Antlr) that works bad with JDK-11...
i've found this, but doesn't work properly :
https://git.sr.ht/~damien/jedit-lsp
thanks for any info
greets
Hi Marco,
I don't know of any other implementation in progress. If you are willing to contribute to enhance it, you're welcome to join Damien's effort. See https://sourceforge.net/p/jedit/plugin-central-submission/1076/ for discussion.
I'd say the multithreading/async handling is not as robust as it could be, as well as underspecified or not well understood LSP server behaviour (esp. python). Damien has used the java and go servers with better results.
Cheers,