is there a way to sort css class names, ids, and elements in the css navigator window in visual studio 2010
How do you sort the class, element, or element id's in the css outline window? Is this possible? I've used the NetBeans IDE recently and I noticed that feature was pre开发者_Go百科sent by default:
Here is what I see in visual studio 2010
The default configuration categorizes the classes by order:
But if you use the options and change it to categorize by type, it will alphabetize the definitions within each type.
精彩评论