Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Find References to Individual Function Overloads

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
eplawless Posted - Sep 27 2011 : 3:09:04 PM
It'd be really nice if you could enhance Find References (and by extension, Rename) so that individual overloads of a function could be found/renamed. For example:
struct Blah {
    void foo();
    void foo(int x);
    void foo(float x);
};
The ability to choose between renaming all uses of foo() or renaming uses of the selected overload of foo() would be fantastic. Eclipse CDT handles this case, but we'd rather not have to use it.
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Sep 27 2011 : 5:34:27 PM
We are considering doing this at some point:

case=2732

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000