类型成员布局设计器

问题描述:

有谁知道Resharper的类型成员布局的GUI设计器?我发现编辑XML来满足我的愿望是很麻烦的。如果没有GUI设计存在的,有人可以给我指点,以具有以下顺序:类型成员布局设计器

1. Properties 
2. Constants/Static Readonly 
3. Constructors 
4. Methods 
5. Interface Implementations 
6. Nested Types 

次要顺序应该是:

1. Static > Instance 
2. Public Internal Protected-Internal Protected Private 

本博客文章应该有所帮助:In-depth look at customizing type layout with ReSharper

+0

谢谢! @gorohoroh,你知道如何指定类型和委托应该按名称空间的字母顺序排序。我有一个文件“Delegates.cs”与50 +代表,并希望他们排序。 – Minustar

+0

您应该可以添加并且应该这样做。 –