Releases: OpenVADL/intellij-openvadl
0.0.7
0.0.7
New Features
- Communication via stdin/stdout. Now you can have multiple instance of the same LSP running on your machine.
- Improved Settings UI.
Requirements
- This plugin works only on IntelliJ >= 2025.2.1
- Local installation of the openvadl compiler
Installation
The plugin can now be installed from the JetBrains Marketplace:
https://plugins.jetbrains.com/plugin/29659-openvadl
0.0.6
New Features
- Improve diagnostic formatting (no longer a single line in the popup)
Requirements
- This plugin works only on IntelliJ >= 2025.2.1
- Local installation of the openvadl compiler
Installation
The plugin can now be installed from the JetBrains Marketplace:
https://plugins.jetbrains.com/plugin/29659-openvadl
0.0.5
New Features
- Dialog with information when the server crashes
- Automatic restarting the server if the settings change
- Change recommended custom build to JLink
Requirements
- This plugin works only on IntelliJ >= 2025.2.1
- Local installation of the openvadl compiler
Installation
The plugin can now be installed from the JetBrains Marketplace:
https://plugins.jetbrains.com/plugin/29659-openvadl
0.0.4
New Features
- No OS nor architecture dependency
- Drop IntelliJ required version from 2025.3 to 2025.2.1
This release switches the language server strategy from bundling the LS with the plugin to requiring that the compiler is somewhere on the developer machine. By default the plugin will try to load it from the PATH but users can specify custom locations.
The whole discussion can be found here.
Requirements
- This plugin works only on IntelliJ >= 2025.2.1
- Local installation of the openvadl compiler
Installation
The plugin can now be installed from the JetBrains Marketplace:
https://plugins.jetbrains.com/plugin/29659-openvadl
0.0.3
WARNING ⚠️
This release only works on macOS-arm.
This wasn't intentional and a mistake during the packaging setup.
Fixed in the next release
New Features
- No longer is it required that the user has a Java25 installation
- Updated underlying LSP (more and better diagnostics)
Requirements
- This plugin works only on IntelliJ >= 2025.3
- macOS with arm chip
Installation
The plugin can now be installed from the JetBrains Marketplace:
https://plugins.jetbrains.com/plugin/29659-openvadl
0.0.2
New Features
- Windows support
- Icons
Requirements
- This plugin works only on IntelliJ >= 2025.3
- This version requires you to have Java25 in your $JAVA_HOME
Installation
You can download the zip below and then go to Settings -> Plugins -> Install Plugin from Disk.
The plugin comes bundled with the LSP so no other setup, just be aware if you work on the LSP you need to disable this plugin. Because both will try to acquire port 10999.
The plugin is also pending approval from the IntelliJ Marketplace.
0.0.1
This is the initial version of the language support plugin for IntelliJ.
You can download the zip below and then go to Settings -> Plugins -> Install Plugin from Disk.
The plugin comes bundled with the LSP so no other setup, just be aware if you work on the LSP you need to disable this plugin. Because both will try to acquire port 10999.
The plugin is also pending approval from the IntelliJ Marketplace.
WARNING: This version has no Windows support
WARNING: This version requires you to have Java25 in your $JAVA_HOME
WARNING: This version only works in IntelliJ 2025.3