group member dropdown in visual studio 2008
Posted
by knittl
on Stack Overflow
See other posts from Stack Overflow
or by knittl
Published on 2010-05-03T08:27:25Z
Indexed on
2010/05/22
17:10 UTC
Read the original article
Hit count: 194
in visual studio is the member dropdown, where you can select all members of the current type alphabetically ordered.
is there an option which allows grouping of the members? i.e. all constructors before all methods before all properties before all events before all fields?
if there is not, bad for me, i guess—it would really enhance productivity
© Stack Overflow or respective owner