Can't find function in visual studio 2010

Supto-thegamer

New Member
I am working on a classical asp project (supporting).So i am fixing bugs in the existing site.The visual studio is not able to find a vb function, for example\[code\]//aPerfInfo is a array valueOFunc.GetNameAndTitle(cstr(aPerfInfo(7,0));\[/code\]In the above code i need to know where is GetNameAndTitle had written and what is OFunc or where it resides.(It is very hard to find a function using find bar of vs2010)my question is whether the vs2010 can support "Go to definition functionality or not", Or is there any other way (like plug in) to do it.Thanks
 
Back
Top