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.