Releases: SSlinky/VBA-LanguageServer
Releases · SSlinky/VBA-LanguageServer
v1.7.4
v1.7.3
v1.7.2
[PRE RELEASE] Renaming & Definitions
This release brings major enhancements to the AST with better scopes that allow symbol renaming (F2) and jump to definition (F12). Many bug fixes and enhancements to syntax parsing along the way.
These features are new and there is an expectation that some may not work as intended. Please consider taking the time to raise issues against the repo if you find bugs.
What's Changed
- Add Seti icons by @DecimalTurn in #73
- Hotfix error reset by @SSlinky in #77
- TextMate Updates by @SSlinky in #78
- TextMate Updates by @SSlinky in #79
- Scopes, Renaming, Definitions by @SSlinky in #84
Full Changelog: v1.5.10...v1.7.1
Known Limitations
- Method attributes do not rename when functions or subs are.
- Class (type) renaming is not yet supported.
- Public methods still incorrectly producing shadow diagnostics.
v1.5.10
What's Changed
- Hot fix by @SSlinky in #66
- Use "VS Code" spelling + link to marketplace in README by @DecimalTurn in #64
- limited web extension support by @serkonda7 in #59
- Restore Icon Theme by @SSlinky in #69
- Better Syntax Error Message by @SSlinky in #70
- Code Actions on Diagnostic by @SSlinky in #72
Full Changelog: v1.5.8...v1.5.10
v1.5.8
v1.5.6
What's Changed
- DI, Improvements, Fixes by @SSlinky in #47
- TextMate Updates by @SSlinky in #49
- Add icon pack by @SSlinky in #50
- Better icons by @SSlinky in #51
- Add folding ranges by @SSlinky in #53
- Bundle Package by @SSlinky in #55
- license: change file to MIT by @serkonda7 in #54
- Version 1.5.6 by @SSlinky in #56
New Contributors
- @serkonda7 made their first contribution in #54
Full Changelog: v1.5.3...v1.5.6
Formatting Update
What's Changed
- Deal with repeated If-Then on the same line + inline Ifs tests by @DecimalTurn in #38
- Add Formatting Capability by @SSlinky in #43
- TextMate grammar fixes and improvements
- Many bug fixes and tweaks
Full Changelog: v1.4.8...v1.5.3
v1.4.8
v1.4.7
What's Changed
- Improve Rem support + tests for comments by @DecimalTurn in #30
- Hotfix by @SSlinky in #31
New Contributors
- @DecimalTurn made their first contribution in #30
Full Changelog: v1.4.6...v1.4.7