-
Notifications
You must be signed in to change notification settings - Fork 225
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
Rename function Symbol with LSP #4192
Comments
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 2, 2024
# Description ## Problem\* Resolves <!-- Link to GitHub Issue --> Rename function Symbol with LSP #4192 ## Summary\* Allows to rename function symbol. ## 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: Jake Fecher <jfecher11@gmail.com> Co-authored-by: jfecher <jake@aztecprotocol.com> Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> Co-authored-by: Tom French <tom@tomfren.ch> Co-authored-by: Ary Borenszweig <asterite@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User should be able to rename symbol they work with, function name which leads to renaming all of the references across project.
Consider following:
File: baz.nr
File: main.nr
Choosing rename
foo
on line 10, should rename symbol on line 10, 06, 03 (import) and 1 on file baz.nrThe text was updated successfully, but these errors were encountered: