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

Include hotkeys in RD menu for enabled commands #3674

Open IvenBach opened 6 years ago

IvenBach commented 6 years ago

Looking at #3592 I had to remember what the hotkey was. If this were listed for each command it would help alert users to the hotkey functionality. untitled

Vogel612 commented 6 years ago

This would mean that CommandMenuItems suddenly need to know about Hotkeys and be notified of their changes.

I like the feature, and it's conceptually not that hard, but IIRC it would require a few deep architectural changes, that's why I've labeled it difficulty-03

retailcoder commented 6 years ago

The code for this is already there, something broke it.

https://github.com/rubberduck-vba/Rubberduck/blob/28dcb9d0c8511fec537ad1c260db0d429f659eb7/RetailCoder.VBE/UI/Command/MenuItems/ParentMenus/ParentMenuItemBase.cs#L62