v0.6.1
[0.6.1] - 2026-05-27
Feature
-
VHDL packages are now automatically discovered and indexed across the workspace.
-
Added Go to Definition support for VHDL packages.
-
You can now
Ctrl+Clickon package references declared with:use work.<package>.all;
and jump directly to the corresponding package declaration.
-
Added Go to Definition support for symbols declared inside VHDL packages.
-
You can now navigate to declarations of:
- constants
- types
- subtypes
- signals
- functions
- procedures
imported through:
use work.<package>.all;
-
Added semantic highlighting for:
- package references
- package symbols imported from workspace packages