Skip to content

nightly-2024-01-23: feat(lsp): goto type reference for Struct (#4091)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 02:17
· 1661 commits to master since this release
d56cac2
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

feat(lsp): goto type reference #4090

## Summary\*

Allows to go to type reference from symbol representing struct, ie.
function return.

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.