I often would like to be able to toggle between viewing only public members of a class and viewing all members. Currently, the only way to do this is by going to the View/Options dialog. I'd like an easier way to do this in the mainline UI, like a toolbar button or keyboard shortcut.
Comments
2 comments
-
You should be able to write an addin to do this ... if you really really want to
-
I put together a quick addin for you, you can get the code at: http://www.jasonhaley.com/files/ToggleVisibility.zip or just the addin dll at: http://www.jasonhaley.com/files/ToggleVisibility.dll
The only thing it does is toggle the setting of the AssemblyBrowser Visibility value. It adds an item to the Tools menu and a shortcut key setting of Cntrl + Shift + P.
Feel free to take the code and change it as you want (like add an image to the toolbar or something).
Add comment
Please sign in to leave a comment.