-
Notifications
You must be signed in to change notification settings - Fork 6
Features
Toshiya Kobayashi edited this page Apr 15, 2025
·
2 revisions
- Code color highlighting
- Code completion (only grammar keywords)
- VS Code
- Neovim
See https://github.com/kiegroup/drools-lsp/blob/main/README.md
- Java class completion (e.g.
Person) - Java class method completion (e.g.
$p.getName()) - Connect with other Java LSP. (e.g. get javadoc of JDK or library classes using hover message)
- Function name completion
- Function parameter completion
- Error highlighting
- Debugger support ( https://microsoft.github.io/debug-adapter-protocol/ )
- Highlight information : It's currently included in client side e.g.
drl.tmLanguage, but lsp-server may provide the information ( https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentHighlight )