Skip to content

v0.15.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 14:52

[0.15.2] - 2026-06-26

Added

  • VHDL FormatterShift+Alt+F (Format Document) now indents VHDL files correctly (#45)
    • Line-based state machine indentation for: entity, architecture, process, if/elsif, case/when, for loops, generate, comments
    • Configurable via vhdl.formatter.indentSize and vhdl.formatter.insertSpaces
    • 18 unit tests covering all constructs