Go to Def fails on the "new foo2()" in code: ``` class foo2 { int i; }; int func() { foo2 * f = new foo2(); } ``` It works in VS (goes to class foo2). Find All References work though. It also works if you remove the ().
Go to Def fails on the "new foo2()" in code:
It works in VS (goes to class foo2). Find All References work though. It also works if you remove the ().