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.9k stars 298 forks source link

Drag and drop import on code explorer. #2047

Open TZubiri opened 8 years ago

TZubiri commented 8 years ago

This feature exists for .bas and .cls files on the original project explorer.

retailcoder commented 8 years ago

Huh, I didn't know you could do that! Pretty nitfy!

TZubiri commented 8 years ago

would this be an easy task for my first contribution?

retailcoder commented 8 years ago

I suppose, if you've done drag-and-drop in WPF/C# it shouldn't be too complicated. The relevant code is here if you want to explore :smiley:

retailcoder commented 8 years ago

Just tested it - it seems the VBE's Project Explorer does support importing multiple files at once, via drag-and-drop.

FWIW Rubberduck's Code Explorer supports importing multiple files at once, via the regular "import" command.

spences10 commented 7 years ago

I played around with the VBE IDE and made a import and export tool I use for getting stuff out of Excel projects into version control, shameless plug I know but I'd happily integrate it with RD if there's a need.

It will also strip out code that is contained it worksheets and the ThisWorkbook objects.

Link: https://github.com/spences10/VBA-IDE-Code-Export