I’ve created a code layout for ASP.NET MVC Controllers.
I think that the first thing you will look in a controller is its actions, so this code layout just puts them first, then organizes the rest.
The actions are ordered by name (which would be the fastest way to locate an action), then by ascending parameter count (Useful since usually you would have a action called Edit without any parameters, that would show the Edit view, and then anĀ Edit action with parameters, which will accept the form data)
To add this code layout to your code layout browser, just download this and decompress it to “%programfiles%\Regionerate\My Code Layouts\Class Styles”.
When you hit Regionerate This, you should see it in the code layout browser:

ASP.NET MVC Controller Code Layout
Try it out, let me know what you think. (I’m just waiting for some input from you guys before adding it into the installation)
Download ASP.NET MVC Controller Code Layout (first draft)
No Responses to “ASP.NET MVC Controller Code Layout”