-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Field rename does not rename struct initialization's fields #1837
Comments
I'm also running into this issue using zls/src/features/references.zig Lines 95 to 135 in 93b7bbd
Related #1700 |
Zig Version
0.12.0-dev.3245+4f782d1e8
Zig Language Server Version
0.12.0-dev.496+96eddd0
Client / Code Editor / Extensions
vscode
Steps to Reproduce and Observed Behavior
Rename field inside TestStruct, initialize struct using syntax below ⇾ the initialization does not get updated
Expected Behavior
Relevant log output
No response
The text was updated successfully, but these errors were encountered: