T O P I C R E V I E W |
ycc |
Posted - Dec 06 2010 : 6:57:01 PM It would be nice if ctrl-click/goto can detect the context at which it's executed and choose the correct overloaded function. For example, in the attached screenshot, if I have a function that takes an int, and another one that doesn't take parameters, choosing the one that calls nothing still select testFunc(int a) as top choice.
Is this possible?
Thanks!
|
3 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Sep 17 2016 : 2:47:17 PM case=53078 is implemented in build 2112. |
feline |
Posted - Dec 08 2010 : 3:48:54 PM This is something we are looking into, and may be able to help with one day in some situations:
case=53078
At least in C++ it has some interesting edge cases for VA. |
hfrmobile |
Posted - Dec 07 2010 : 09:43:59 AM Same issue in ReSharper ;-)
But I agree with you, would be very helpful! |