KreativJos / csharpextensions

C# Extensions for Visual Studio Code
MIT License
73 stars 35 forks source link

Support user-defined templates #113

Closed heggi closed 1 year ago

heggi commented 1 year ago

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

bard83 commented 1 year ago

I've actually published a new version 1.8.x is out. It would be interesting to go deep with this feature.

bard83 commented 1 year ago

closed by https://github.com/bard83/csharpextensions/issues/9