In VS 2010 I would like to seach a file where as I know the filename partially. How to get the list of files contaning the given string? I hope there an Add-in for it. Could you please share the Add-in?
Likewise if I know method name partially I would like to get all the method names containing the given string. How to get all such methods?
Please suggest.
C#.NET Programming
Last Comment
Easwaran Paramasivam
8/22/2022 - Mon
AndyAinscow
Built into Visual Studio are:
Ctrl + f
and Ctrl + Shift + f
Ctrl + f
and Ctrl + Shift + f