1

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?

Community
  • 1
  • 1
CJ7
  • 22,579
  • 65
  • 193
  • 321
  • See this answer: http://stackoverflow.com/questions/1029189/insert-current-datetime-in-visual-studio-snippet/1029205#1029205 this is only one way to do what you want – abatishchev Aug 05 '10 at 10:40

1 Answers1

0

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

Oded
  • 489,969
  • 99
  • 883
  • 1,009