Can I set VS to create new classes as internal by default instead of public?
90% of my classes are internal, it would save a bit of hassle if they were created that way.
Printable View
Can I set VS to create new classes as internal by default instead of public?
90% of my classes are internal, it would save a bit of hassle if they were created that way.
Either by using Macros or in Class View use Class Wizard :
http://www.codeproject.com/csharp/Wi...ge/Figure6.gif
I don't think you can set the whole IDE to declare objs as different .