We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tried to use rename for variable k
k
bring cloud; class Example { b: cloud.Bucket; new(b: cloud.Bucket){ this.b = new cloud.Bucket(); let k = ""; log(k); } }
and got:
Notice that when trying to rename k in this code, it works:
bring cloud; class Example { // b: cloud.Bucket; new(c: cloud.Bucket){ // this.b = new cloud.Bucket(); let k = ""; log(k); } }
NA
No response
0.74.8
The text was updated successfully, but these errors were encountered:
feat(vscode): rename class and struct members (#6637)
d5fadbc
fixes [#6546](#6546) fixes [#6547](#6547) fixes [#6484](#6484) fixes [#6584](#6584) I added some more visitors and cases to the `rename_request` to enable renaming of class members and struct properties ## Checklist - [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted) - [x] Description explains motivation and solution - [x] Tests added (always) - [ ] Docs updated (only required for features) - [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
Congrats! 🚀 This was released in Wing 0.74.58.
Sorry, something went wrong.
tsuf239
Successfully merging a pull request may close this issue.
I tried this:
tried to use rename for variable
k
and got:
Notice that when trying to rename
k
in this code, it works:This happened:
NA
I expected this:
No response
Is there a workaround?
No response
Anything else?
No response
Wing Version
0.74.8
Node.js Version
No response
Platform(s)
No response
Community Notes
The text was updated successfully, but these errors were encountered: