Rider File template change file name

已回答

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

请先登录再写评论。