nightly-2024-01-05: feat(lsp): goto trait from trait impl (#3956)
Pre-release
Pre-release
·
1760 commits
to master
since this release
# Description ## Problem\* Resolves feat(lsp): goto definition of trait #3725 ## Summary\* Allows to go to Trait definition from Trait Implementation. ## 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.