v0.6.4 — Doc-comments, region folding, UX polish
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/;#endregionfolding 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/nothighlighted 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.jsoninto user folders. Trace is now managed via LSP$/setTracemessage.
Tests
65/65 green (14 new: 9 doc-comment + 5 region folding).
📦 Install: download .vsix below → VS Code → Extensions → ⋯ → Install from VSIX.