Sort properties (with annotations) in class?
Is there any quick way in Visual Studio to do this? I'm not talking about linq sorting the values, but the actual property names (in my case alphabetically).
2 Replies
i don't think natively in visual studio - the extension CodeMaid can do something similar, i think
Thanks
Code Maid did indeed sort them with annotations kept in place (using Reorganize feature), but I think there's some kind of cache issue because Visual Studio crashes afterward. I'm gonna try Resharper and see if I get success
Resharper did it!