We have an Eclipse-based project that supports a mix of Java and Xtext-based DSLs. We would like to use JDT LS to provide VS Code support to our users, via a language server.
To "plug" our DSLs in, we require some changes to code in JDT LS. It would be great if we can open JDT LS code to extension of the following classes: CompletionHandler (content assist), InitHandler (rename and highlight support), WorkspaceDiagnosticsHandler (problem propagation)
We have an Eclipse-based project that supports a mix of Java and Xtext-based DSLs. We would like to use JDT LS to provide VS Code support to our users, via a language server.
To "plug" our DSLs in, we require some changes to code in JDT LS. It would be great if we can open JDT LS code to extension of the following classes:
CompletionHandler(content assist),InitHandler(rename and highlight support),WorkspaceDiagnosticsHandler(problem propagation)