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 function
so that I can easily see it's definition without need to search through text file.
The text was updated successfully, but these errors were encountered:
# Description
## Problem\*
Resolves <!-- Link to GitHub Issue -->
feat: goto definition - function #3657
## Summary\*
LSP server now understands goto definition command issued by Client (ie.
vscode). In case of function 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 <[email protected]>
As a Noir Developer
I would like to use my editor goto definition on function
so that I can easily see it's definition without need to search through text file.
The text was updated successfully, but these errors were encountered: