This extension adds support for the WebDSL programming language to VS Code.
- syntax highlighting
- warning and error highlighting
- autocompletion
- go to definition
- go to references
- inlay hints for parameter names
Requires Java 21 or newer. If you want a different version of Java running system-wide, configure JAVA_HOME to be used when spawning the LSP server in the extension settings.
WIP