VisualStudio2008 Search "Search / Search", which shows results in context

I am looking for a VS2008 AddIn or a utility that improves "Find Files".

The main function I'm looking for is to show the names of methods that contain the corresponding string, preferably in a TreeView.

For example, if I were to search for the variable "string1", I would like to see something similar to the following:

File1.cs
  method1
    string1 = "abcd";
    string1 = "efgh";
File2.cs
  method2
    string1 = "wxyz";

This means that File1.cs has a method1 that sets the variable in two places, and File2.cs has a method2 that sets the variable in one place.

TreeView , . - - , !

AxTools "CodeSMART for VB6" , . , .NET, , , , , , .

?

-Tom Bushell

+3
1

ReSharper - , . ReSharper "" .

+4

Source: https://habr.com/ru/post/1711631/


All Articles