Project
ReSharper
Priority
Normal
Type
Feature
Fix versions
Mirabile Futurum
State
Open
Assignee
Sergey Shkredov
Subsystem
Refactorings
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Ilya Ryzhenkov
    5 years ago (05 Aug 2006 16:03)
  • Updated by   Sergey Shkredov
    2 years ago (15 Feb 2010 21:38)
  • Jira: RSRP-9682
    (history, comments)
 
RSRP-9682 Rename parameters chain
2
Issue is visible to: All Users
  The issue is visible to the selected user group only
It would be nice, if resharper could detect pass-through parameters and suggest to rename all the chain when renaming one of them.

void foo(int x) { bar(x); }
void bar(int x) { doIt("bar", x); }
boid doIt(string s, int x) { ...}


Renaming any 'x' should suggest renaming all of them
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments