You can download Visual Studio 2012 edition: /vsgallery/43a29648-409a-4225-988c-a64d01eb8386
This tool helps you to arrange your C# code. Groups members, properties and methods and sort them. Please check your code for any mistake after arrangement.
When you open a C# code, right click on code window, the following menu list will appear. XArrange menu item will arrange your C# code. You can Undo changes as usual way in VS. To check and change the settings, choose XArrange Settings menu item. The following window will appears;
First option is for surrounding class members with regions. Second option is for using classes etc with regions in namespaces. Third option is for number of lines between item groups line properties and methods. Rest of the optiona are for number of lines between items, like 2 properties, methods, usings or variables.
When you press Run button, your code will be arranged immediately. Ok button will accepts and saves the changes. You can contact using dogu.tumerdem@gmail.com.
Version History: 1.1 Inner class, structs and interfaces will be arranged as well. (thanks Ezequiel Calderara) 1.2 Spaces between Functions, Variables, Methods and Usings can vary.
|