All notable changes to the "vscode-modern-vhdl-support" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Grammar and indentation issues (@pvanschendel)
- Errors with 'is' in names (@DanChianucci)
- Highlighting of words beginning 'end' (@Obliged)
- Remove deprecated packages, and bump minimum vscode release to 1.50.0.
- Fix indent after type statements.
- Fix case sensitivity in enums. (@SiMylo)
- Fix issue with the
process
keyword. (@pvanschendel) - Fix display of character literals in enums. (@pvanschendel)
- Fix bug whereby only lowercase names were suggested.
- Re-release due to error in changelog.
- Added wordPattern to language config for better symbol extraction.
- Fix completions showing beyond trigger point.
- Fix indent of process statement, additional prefixes. (@droerich)
- Added indent patterns. (@DanChianucci)
- Clean up grammar rules and scopes. (@DanChianucci)
- Major release: Seems stable enough to remove preview flag.
- Additional snippets. (@droerich)
- Fix comments inside enum lists. (@DanChianucci)
- Max line length setting for stutter-mode comments.
- Stutter-mode completions (based on similar Emacs feature).
- Completions for predefined attributes.
- Snippets for various process statements. (@jethro33)
- Completions for standard library packages.
- No change from v0.0.2, first build in Travis CI.
- Basic snippets added.
- Constant highlighting in
when
statements. - Basic grammar fallback at the top level.
- Fixes:
- Mismatched label in
generate
statements.
- Mismatched label in
- Syntax support for VHDL, up to and including VHDL-2008.
- Constants, Types and Functions for IEEE and STD library packages.