| Our Mission |
devprojects.net mission is to generate leisure time for software developers
|
| What is AutoCode? |
AutoCode is a powerful add-in for VS.NET that automates repetitive coding tasks by using custom commands
|
| QuickStart Tutorial |
Learn how to take advantage of all features of AutoCode inside the QuickStart Tutorial
|
| Command Catalog |
Explore and download new AutoCode commands to be even more productive
|
| AutoCode Community |
Ask questions, share your ideas, find answers. Join the AutoCode Community
|
|
|
|
What is AutoCode?
|
|
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.
Versions
|
|
Languages
AutoCode supports any Visual Studio.NET language (VB.NET, C#, VC++, ASP.NET, Xml,
etc.)
|
Licensing
AutoCode is Freeware
|
Features
- 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
|
|
|