[PRE RELEASE] Renaming & Definitions
Pre-release
Pre-release
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.