Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see just the public methods in Resharper?

When I press Cntrl+F12 I get the member view pop up which shows me all the members of a class I am in. I can then scroll up or down or filter the search to choose the member I am looking for.

Is it possible to have the same type of pop up but only show the public methods of my class?

like image 531
JD. Avatar asked Feb 14 '12 11:02

JD.


1 Answers

I don't know a solution in ReSharper but the Class View (View->Class View) of Visual Studio can filter public members.

Class View

But the Class View has one disadvantage: You cannot synchronize the class view to current class in editor window. But if you always navigate to your classes by Class View you can use its filter.

P.S.: I don't use Class View because of the described disadvantage.

like image 132
brgerner Avatar answered Oct 08 '22 00:10

brgerner