views:

40

answers:

2

Possible Duplicate:
Insert current datetime in Visual Studio Snippet

In VS2005 using C#, is there a shorthand way to insert the date into the editor? I want to date my comments - is there a shortcut to enter the current date?

A: 

Duplicate of this ?

thelost
A: 

There is nothing built in, but you can write a quick VBA macro that does that and bind a keyboard shortcut to it.

Oded