简体   繁体   中英

Can't find function in visual studio 2010

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

//aPerfInfo is a array value

OFunc.GetNameAndTitle(cstr(aPerfInfo(7,0));

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

in your VS2010 FIND dialog....

Enter your search criteria... Like maybe GetNameAndTitle and then in the DROPDOWN at the bottom make sure its sets to SEARCH ENTIRE SOLUTION...

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM