rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.91k stars 299 forks source link

Require Folder Annotation setting #3689

Open ThunderFrame opened 6 years ago

ThunderFrame commented 6 years ago

Just like VBE's Require Variable Declaration setting automatically inserts Option Explicit in all new modules, a Require Folder Annotation setting could automatically add a folder annotation to the top of all new modules (or even all existing modules that don't yet have a folder annotation).

Vogel612 commented 6 years ago

The big question is: which folder are we going to put everything in by default?

ThunderFrame commented 6 years ago

We already present anything that is unannotated as being in a folder with the same name as the project.