Skip to content

nightly-2024-01-05: feat(lsp): goto trait from trait impl (#3956)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 02:16
· 1760 commits to master since this release
eb566e2
# 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.