Skip to content

v0.83.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 18:40
· 7 commits to master since this release

What's Changed

Bug Fixes

  • Fix no diagnostic being shown for binary expressions in certain circumstances
  • Enable completions from within subprograms
  • Disable completions after the ; token
  • Correctly parse and handle arrays of views
  • Correctly resolve selected names of types
  • Do not resolve symlinks for paths defined in the vhdl_ls.toml config
  • Allow underscores in decimal bit strings
  • Fix interface view package mismatch
  • Fix: signal attributes causes incorrect diagnostic when used in a sensitivity list
  • Replace copyright symbol to prevent errors using utf-8 coding by @qarlosalberto in #338

Formatter

This Release features an experimental VHDL formatter. In its current implementation, the formatter simply outputs a VHDL file in a single, pre-defined format. This is not intended to be used right now, but is rather the prerequisite for a fully featured VHDL formatter.

New Contributors

Full Changelog: v0.82.0...v0.83.0