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




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\(...)".