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

Regroup/Sort Members #876

Open retailcoder opened 8 years ago

retailcoder commented 8 years ago

We need a "cleanup" algorithm to regroup module members by type/accessibility, and sort them.

The sorting order should be user-configurable. Proposing default:

Ideally the sorting would also take "who's calling who" into account, so that if member A is calling member B, member B will be placed below member A.

Vogel612 commented 8 years ago

Sounds like a good idea, I'd propose to get into configurability for later iterations of this feature.

retailcoder commented 8 years ago

@Vogel612 you mean, "just get it done" for first iteration, and "make it configurable" later?

retailcoder commented 8 years ago

..and I had this nitfy drag-and-drop configuration screen in mind...