共享社区

首页 » 互联网资源共享社区 » 开发工具共享 » Visual Studio AutoCode 2008
mikecat - 2008-6-2 14:22:00
AutoCodeis a powerful add-in for Visual Studio .NET that automates repetitivecoding tasks by invoking parameterized commands to generate code,refactor, execute IDE actions or any user defined command.

Built in commands allows 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 AutoCodea must have tool for Visual Studio developers is the ability to easilycreate custom commands to automate any imaginable repetitive task byusing the built in code generator and programmatically accessing VisualStudio automation objects.
AutoCode is available for free download at http://www.devprojects.net
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


Demo





关于中文版可能需要注册下快捷键(Ctrl+Enter)


1
查看完整版本: Visual Studio AutoCode 2008