Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 27 May 10:35

[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+Click on 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