Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lsp): add goto definition for structs (#3718)
# Description ## Problem\* Resolves feat(lsp): add goto definition for structs #3707 ## Summary\* LSP server now understands goto definition command issued by Client (ie. vscode). In case of Struct constructor, member access or method call it will jump to it's definition. ## 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. --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
- Loading branch information