Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 Goto sensitive to arguments of the function
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ondrej Spanel
Senior Member

40 Posts

Posted - Jun 09 2004 :  11:52:15 AM  Show Profile
When using goto, all overloads for given function are currently offered. I would prefer if Goto would directly jump to the overload corresponding to the context. This would be especially important if http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=2398 is implemented.

Example:

class A
{
  void Function(){} // variant 0
  void Function(int a){} // variant 1
  void Function(int a, int b){} // variant 2
};

int main()
{
  A a;
  a.Function(0,1); /// Goto should jump to variant 2 when used on a.Function here
}


  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000