Skip to content

fix(2470): extend rename eligibility for additional node kinds - #2472

Merged
Gabriela Araujo Britto (gabritto) merged 2 commits into
microsoft:mainfrom
a-tarasyuk:fix/2470
Jan 12, 2026
Merged

fix(2470): extend rename eligibility for additional node kinds#2472
Gabriela Araujo Britto (gabritto) merged 2 commits into
microsoft:mainfrom
a-tarasyuk:fix/2470

Conversation

@a-tarasyuk

Copy link
Copy Markdown
Contributor

Fixes #2470


This PR adds support for renaming class private elements. Additional node kinds may still need to be considered but this change addresses private identifiers

@ThinaticSystem

Copy link
Copy Markdown

Thank you for the quick fix!

I verified the fix locally by packaging the vsix from commit 8b44f9e0.
It looks like the rename symbol feature is working correctly for all symbols in the source code attached to the issue.

image

Merged via the queue into microsoft:main with commit 1c64fe1 Jan 12, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename symbol (textDocument/rename) fails for Class Private Elements (#-prefixed fields, methods, etc)

3 participants