Skip to content

Releases: OpenVADL/intellij-openvadl

0.0.7

23 Feb 15:06

Choose a tag to compare

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

10 Feb 15:05

Choose a tag to compare

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

28 Jan 18:19

Choose a tag to compare

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

28 Jan 15:47

Choose a tag to compare

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

11 Jan 21:54

Choose a tag to compare

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

07 Jan 10:05
1069924

Choose a tag to compare

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.

Screenshot 2026-01-06 at 20 04 38

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

06 Jan 19:06

Choose a tag to compare

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.

Screenshot 2026-01-06 at 20 04 38

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