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
After renaming a method (by changing its name in its implementation), I usually type Ctrl-. (Quick Actions and Refactorings) and validate with Enter to apply the renaming throughout my code.
However, with RCS1213 enabled, the first entry in the Quick Actions menu becomes the "Remove method X" from RCS1213 because it detects the method is not used (with the new name).
So a quick validation with Enter triggers the wrong actions.
I'm thinking about 2 different ways to fix this:
If you can control the placement of the action in the context menu, maybe you could move it further down so the first action remains "Rename X to Y"
Eventually, there might be a way to let the user choose to keep RCS1213 enabled (for the Error List to display the issue) but disable its associated action in the Quick Actions menu (that feature request might apply to other RCS* too)
The text was updated successfully, but these errors were encountered:
After renaming a method (by changing its name in its implementation), I usually type Ctrl-. (Quick Actions and Refactorings) and validate with Enter to apply the renaming throughout my code.
However, with RCS1213 enabled, the first entry in the Quick Actions menu becomes the "Remove method X" from RCS1213 because it detects the method is not used (with the new name).
So a quick validation with Enter triggers the wrong actions.
I'm thinking about 2 different ways to fix this:
The text was updated successfully, but these errors were encountered: