You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: