I have a piece of code that creates a C # class for me. He puts the regions in all the right places and sets them up the way I like.
When I create a class by adding a new element, it automatically creates a namespace based on my project structure and folders.
Is there a way to do the exact same thing with my custom snippet?
Is there a way to change the default class so that it looks like the class format I want?
source
share