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

EnC - Allow parameter renames #52563

Closed
davidwengier opened this issue Apr 12, 2021 · 0 comments · Fixed by #54856
Closed

EnC - Allow parameter renames #52563

davidwengier opened this issue Apr 12, 2021 · 0 comments · Fixed by #54856

Comments

@davidwengier
Copy link
Contributor

davidwengier commented Apr 12, 2021

An extension to #48635, it should be possible to allow renaming of parameters in more cases. The symbol matcher will need to be updated to not check parameter names, but since the PDB info is already looked up by most recent edit first, the debugger should be fine with the change.

The symbol matcher change could also mean allowing explicitly implemented records members to not need to be so strict about parameter names.

This issue is linked in code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants