My favorites | Sign in
Project Logo
                
Search
for
Updated Aug 13, 2008 by travis.illig
Labels: Phase-Support
CR_Initials  
Inserts developer name or initials as a comment into your source code.

Introduction

This plug-in makes it easy to insert a comment that contains the developers name or initials and the date of a change. For example:

// PCM - 8/4/2008 -

Or, if you happen to be located on an XML comment line, it inserts the following:

/// <developer>Paul Mrozowski</developer>
/// <created>08/04/2008</created>

It's language agnostic, so it works in both C# or VB.NET. I've tied it to the CTRL-Insert keypress but you can set it to whatever you'd like.

Details

You can view a slightly more detailed explanation about installation on my blog at:

http://www.rcs-solutions.com/blog/2008/08/06/CodeRushPluginDeveloperInitials.aspx

Installation

Installation instructions can be found on the InstallInstructions page.

Usage

TODO

Options

TODO

Credits

Author: Paul Mrozowski


Sign in to add a comment
Hosted by Google Code