Provides language support for the OpenVADL language in IntelliJ IDEA.
- Syntax highlighting
- Diagnostics
- This is an early implementation and at the moment mostly targeted for OpenVADL developers. As such it currently uses a custom (pre-release) version of the openvadl-lsp.
- The lsp is currently the JVM version and not the native build.
- You can only have a single instance of the lsp running on your machine.
- Diagnostics are reported in a single line (further investigation needed).
./gradlew buildPluginWe update the underlying LSP quite frequently, so there is an automated script you can use.
uv run update_lsp.py