Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lsp): add goto definition for locals #3706

Closed
Tracked by #1574
kobyhallx opened this issue Dec 7, 2023 · 0 comments
Closed
Tracked by #1574

feat(lsp): add goto definition for locals #3706

kobyhallx opened this issue Dec 7, 2023 · 0 comments

Comments

@kobyhallx
Copy link
Contributor

kobyhallx commented Dec 7, 2023

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.

github-merge-queue bot pushed a commit that referenced this issue Dec 8, 2023
# 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant