Often I need to create classes with the same bolderplate code.
Now I use New C# -> class, then replace public class... with one of user-defined snippets. Then I need to add some usings.
Ideal would be to add the ability to define your own templates, which will contain all the necessary usings and other bolderplate code
Often I need to create classes with the same bolderplate code. Now I use
New C#
->class
, then replacepublic class...
with one of user-defined snippets. Then I need to add some usings. Ideal would be to add the ability to define your own templates, which will contain all the necessary usings and other bolderplate code