Editor: AutoCode is a powerful add-in for Visual Studio .NET that automates repetitive coding tasks by invoking parameterized commands to generate code, refactor, execute IDE actions or execute any user defined command.
Built in commands allows you to quickly generate classes, properties or methods, Surround code with if else or try catch, Create regions, execute macros and many other useful tasks.
But what makes AutoCode a must have tool for Visual Studio developers is the ability to easily create custom commands to automate any imaginable repetitive task by using the built in code generator and programmatically accessing Visual Studio automation objects.
Fast command invocation just pressing Ctrl+Enter
ASPX like syntax to generate code
Full access to Visual Studio automation objects
FileCodeModel access, SmartFormat, code surrogate, cursor positioning and more
Use Visual Studio editor to create custom commands
Integrated Catalog ToolWindow to explore commands
Multiple useful commands included
Visual Studio 2005 and 2008 versions
Supports Windows Vista