AutoCode is a powerful add-in for Visual Studio that automates repetitive coding tasks by invoking parameterized commands to generate code, refactor, execute IDE actions or any user defined command. Inline code generation Some of the benefits to speed up your development:
Just press Ctrl+Enter and the Command Input Dialog will appears with the available commands. 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. The following video shows an example of using AutoCode
Features
|