Hello,
i have a big C++ project and in the middle of a method i have something like
void method1()
{
…
method2();
…
}
if i select the method2() and goto definition it will show me the declaration in the header. Is there any way it can show me the method itself ?
I’ve tried Goto Symbol but it doesn’t show this specific method and only shows a few of this cpp file.
Anyone can help ?