Skip to content

v0.0.6

Compare
Choose a tag to compare
@pherrymason pherrymason released this 20 Jun 06:25
· 190 commits to main since this release

New

  • New LSP feature: SignatureHelper
  • Improved resolution of references to types inside indexed symbols (Examples: variable types, function argument and return types, definitions...)
  • Support optional types.
  • Include Stdlib v0.6 symbols.

Fixes

  • c3i files were ignored.
  • Difficulties parsing symbols on files that contained bitstructs with defined ranges.
  • Stdlib was not properly indexed, which resulted in stdlib symbols not resolved in some situations.
  • Fix completion on stdlib struct methods.
  • Clear obsolete indexed symbols as documents are modified.
  • Remove indexed elements when a file is removed.
  • Symbols were holding old filenames after files being renamed.