Codex Automation

Welcome to the Codex Automation Add-in for Visual Studio C# home page.

This add-in provides a set of features specially designed to automate and simplify some of the most repetitive coding tasks that a C# programmer ends up doing over and over again.

Version 0.2 includes the following features:

  • Create GUID: generates a new GUID and places it in the current selection of the code editor.
  • Create Sequential GUID: generates a new sequential GUID (pretty much as SQL Server 2005) and places it the current selection of the code editor.
  • Validate Arguments: generates code to validate the arguments (and throw ArgumentNullException) of the function selected in the code editor.

Screenshots

CodexAutomation1

CodexAutomation1

CodexAutomation3

CodexAutomation4

Download

You can find the Codex Automation v0.2 source code attached to this page. Currently I'm not providing any installer (may be in a future version).

This source is provided "AS IS" with no kind of warranty. This is not a commercial product. Use it as you please.

Installation 

  • On Windows Vista:

    Be sure that a folder named "C:\Users\<User>\Documents\Visual Studio 2005\Addins" exists (create it if needed).
    Place CodexAutomation.dll, CodexAutomation.dll.config and CodexAutomation.AddIn on that folder.

  • Other Windows Versions:

    The procedure is equivalent except that "My Documents" is under "C:\Documents and Settings\(...)".
Published 16 August 07 11:22 by hgr
Filed under: ,

Attachment(s): CodexAutomation_v0.2.zip

Comments

# Hugo Ribeiro said on August 21, 2007 12:17 AM:

On my spare time I've been working on a very sample and simple add-in for Visual Studio 2005 (C#). This

# Hugo Ribeiro said on August 28, 2007 3:29 PM:

Well, I've published a new version of the Codex Automation add-in . A part from correcting a few bugs

# abel.pereira said on August 30, 2007 5:02 PM:

I did almost the same thing a few months ago. Check this link: http://www.arquitecturadesoftware.org/blogs/abelpereira/archive/tags/Add-ins/default.aspx

Anonymous comments are disabled