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 locally defined symbol
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 locals #3706
## Summary\*
LSP server now understands goto definition command issued by Client (ie.
vscode). In case of local symbol 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: jfecher <[email protected]>
As a Noir Developer
I would like to use my editor goto definition on locally defined symbol
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: