I am trying to write a customized template in Resharper (A plugin for Visual Studio). Can anyone tell me how to get the class name and date using macros?
By the way, where can I find those build-in macros of Resharper??
Thank you!
I am trying to write a customized template in Resharper (A plugin for Visual Studio). Can anyone tell me how to get the class name and date using macros?
By the way, where can I find those build-in macros of Resharper??
Thank you!
If your customized template will be a new ReSharper's Live Template you can use
macro Containing type name for class name and
macro Current date in specified format or Current date and time in specified format for date.