custom c# item teplates

时间:2015-08-07 01:58:23

标签: c# templates datetime

I wanted to make a template which would be affected by DateTime.Now or something similar.

For example, on 2015-08-07 at 12:45, if I click "add Foo class" to project, then this should land in the new file:

    class Foo201508071245 : Foo
    {
         public string Boo201508071245 { get; set }
    }

Is this achievable?

0 个答案:

没有答案