How to add date into C# snippet

c#, code-snippets, date, visual-studio-2008

Solution

Someone else asked this a few days ago: Insert current datetime in Visual Studio Snippet. Looks like you can't do it, but the macro worked for me.

Problem

I would like to add to my c# Visual C# Express (no macros) snippet current date and time tag. How to do it? When I will use intellisense to create code with this snippet I would like to have current date and time put into code.

Original source

Related problems