nightly-2024-01-23: feat(lsp): goto type reference for Struct (#4091)
Pre-release
Pre-release
·
1661 commits
to master
since this release
# 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.