I frequently need to find the declaration of a local variable. Example: void Afunction() { bool found; found = false; } Right click on the second 'found' and select Goto Declaration. VA or Visual Studio will say "The symbol 'found' is not defined." Obviously VA has this variable in its database so it should be able to find it. using Visual Assist X 10.1.1418.0 with Visual Studio 2002 C++