Rider File template change file name

Answered

I want a file template for C# code (class/interface) that will generate prefix the entered file name with the date.
So, when the user choose "new file" from that file template, and enter the file name as "ABC", it will create a file with 

$Date$_<entered file name>.cs

0
1 comment

Yes, you can do it:

0

Please sign in to leave a comment.