views:

15

answers:

1

I'm currently editing a good sized class in C# that has a ton of properties, many of which I suspect are just local variables used by a single function. Hence I'm in a mood for some refactoring.

Is there a way to customise the search results on a "Find Symbol" search to give more information, like the function where a symbol appears (and I'm guessing others would be nice, like namespace and class)?

A: 

No there is no way to customize the results of the Find Symbol dialog.

JaredPar