Skip to content

v0.6.4 — Doc-comments, region folding, UX polish

Choose a tag to compare

@anzory anzory released this 13 Apr 16:05
· 35 commits to master since this release

What's New

Added

  • Doc-comments from trailing comments. Trailing comments on variable/procedure declarations are now shown in hover and completion. Works for globals, locals, and multi-declarations (global numeric x, y, z ; coordinates).
  • ;#region / ;#endregion folding markers. C#-style comment markers for custom code folding. Works across or inside procedures.
  • Snippet expansion for global / local. Type-choice placeholder (integer | numeric | logical | string) + name placeholder.

Changed

  • and / or / not highlighted as keywords (not operators).
  • Formatter preserves trailing-comment alignment. Hand-aligned comment columns are no longer collapsed to a single space.

Fixed

  • Extension no longer writes .vscode/settings.json into user folders. Trace is now managed via LSP $/setTrace message.

Tests

65/65 green (14 new: 9 doc-comment + 5 region folding).


📦 Install: download .vsix below → VS Code → Extensions → ⋯ → Install from VSIX.