You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Noir Developer
I would like to use my editor goto definition on struct
so that I can easily jump to it's definition without need to search through text file.
The text was updated successfully, but these errors were encountered:
# 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>
As a Noir Developer
I would like to use my editor goto definition on struct
so that I can easily jump to it's definition without need to search through text file.
The text was updated successfully, but these errors were encountered: