Does anyone know if there is a way to change the default class scope and constructor scope when creating a new class? 90% of my classes are internal, so I have to change the scope from public to internal and the default constructor every time. Just a small annoyance but an annoyance non the less.