Sort selected text from Visual Studio context menu
Currently VS has a very useful feature: sort usings (C#). I want the same functionality for any random text, for example - XML nodes in config files. How complex to implement that? VS addin, right? Is it possible to call some VS API which is used for sorting usings? Yurik Just found a good free addon: Menees VS Tools 2012 (or 2010 ver ) - does exactly that and a few more text tricks. There was a few minor negatives when I installed it, but after leaving a comment on the review page it got fixed within days. Waay to go! =) There is a 2017 version now: Menees VS Tools 2017 Edit: Note that this