I want to change the way that Visual Studio generates the coding template for a WinForms application.
For example in C#:
What I want is to tell Visual Studio to use pascalCase in all cases. Is this possible? If so, how?
You can do it with your own controls using the DesignerSerializer
attribute and providing your own CodeDomSerializer
, but no, there's no Visual Studio option or a way to hook up the designer to change the serialization for all/built-in controls.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With