What's New
For the complete history, see the full CHANGELOG.md on GitHub.
0.71.1
- Fixed LSP go-to-definition for imported union-case usages so constructors like
IdentifierTokennavigate to the declaring case in the imported file instead of failing or landing on the enclosing type header. - Fixed LSP go-to-definition near dotted injected calls so clicks on
Map.addno longer jump to an adjacent local argument binding.
Full Changelog: https://github.com/MagnusOpera/FScript/compare/0.71.0...0.71.1