Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Goto Implementation bug with Incremental Search

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
fun4jimmy Posted - Jul 22 2011 : 07:32:30 AM
When searching for something using incremental search in visual studio (CTRL+I) and then jumping to that definition using Goto Implementation (ALT+G) Visual Assist sometimes jumps to the wrong class.

If I have the following code:

class MyClass
{
};

class MyClassWithExtras
{
};

While searching for a reference to MyClassWithExtras with Incremental Search if I type "MyClass", find a reference and then use Goto Implementation, Visual Assist takes me to the implementation of MyClass instead of MyClassWithExtras.

Is this expected behaviour or a bug?

Environment:
VA_X.dll file version 10.6.1850.0 built 2011.06.07
DevEnv.exe version 9.0.30729.1 Professional
msenv.dll version 9.0.30729.1
Comctl32.dll version 6.10.7601.17514
Windows 7 6.1 Build 7601 Service Pack 1
4 processors (x86-64; WOW64)

Thanks for your help.
Jimmy

1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jul 22 2011 : 1:44:33 PM
I am seeing the same effect here. Thank you for the clear description.

case=58912

You might find List Methods in File (Alt-M list) and the Find Symbol in Solution dialog (Alt-Shift-S) helpful in working around this for now.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000