v0.12
github-actions
released this
14 Jan 21:19
·
120 commits
to refs/heads/main
since this release
What's Changed
🚀 Language Server
- Implement code folding (#445) @MarkusAmshove
- Fix completion within functions (#439) @MarkusAmshove
🐑 Analyzer
- Do not raise operator diagnostics in including modules (#443) @MarkusAmshove
- Raise a diagnostic if SPECIFIED is used on non-OPTIONAL variable (#441) @MarkusAmshove
🔎 Parser
- Recognize multiple specified implicit attributes (#446) @MarkusAmshove
- Raise a diagnostic for an unhandled exception as error recovery (#448) @MarkusAmshove
- Parse positioning INPUT operands (#447) @MarkusAmshove
- Parse attributes for INPUT statements (#444) @MarkusAmshove
- Infer data type when variable is used as array index access (#440) @MarkusAmshove
🪲 Bugfixes
- Fix completion within functions (#439) @MarkusAmshove
🧰 Maintenance
- Update lsp4j (#450) @MarkusAmshove