History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-9682
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Lomov
Reporter: Ilya Ryzhenkov
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

Rename parameters chain

Created: 05 Aug 06 16:03   Updated: 11 Jul 07 20:07
Component/s: Refactorings - Rename
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=9682


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.