I'm using shortcut alt+\ to list all members in file.
Is it a way to list only specified type of members (properties, methods, fields ...)
Sometime this is very useful
Eg DPack can do that by alt-p (props), alt-m (methods)
I'm using shortcut alt+\ to list all members in file.
Is it a way to list only specified type of members (properties, methods, fields ...)
Sometime this is very useful
Eg DPack can do that by alt-p (props), alt-m (methods)
What I generally do is use Regionerate to add regions based on member types (it's highly configurable). After that I can open ReSharper's File Structure Window to see the members organized by region. The regions can be collapsed independently in the File Structure Window.