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

When creating a new module, prompt for an immediate rename #2031

Open daFreeMan opened 8 years ago

daFreeMan commented 8 years ago

When using the CE's Add button, after selecting the type of module to add, prompt for a name for it and immediately rename it, instead of allowing the VBE to assign a generic Module1 or Class2 name.

daFreeMan commented 8 years ago

Also, it would be super handy to force a reparse and a refresh of the CE (if it's displayed).

Hosch250 commented 8 years ago

Actually, I think I'd prompt for a new name before I even created it...

retailcoder commented 8 years ago

@Hosch250 that's what I had in mind

daFreeMan commented 8 years ago

That'll work.

retailcoder commented 7 years ago

The UI for this needs to provide a space for specifying a @Folder annotation as well.

IvenBach commented 6 years ago

Don't let CodeExplorer get all the love. UnitTest>TestModule needs this as well. Same for TestMethod too.

IvenBach commented 6 years ago

Applicable to test methods expecting an error number.