[Feature request] Ctrl+Alt+H to show only extension methods
I've built up lots of extensions methods over the years and that together with a failing memory means that I'd like to be able to see the opposite of Ctrl+H in the intellisense dropdown and show only the extension methods available for a given object.
So something like Ctrl+Alt+H or, allow subsequent Ctrl+H's to cycle through:
- All members
- Hide extension methods
- Only extension methods (and no other members)
Best regards
John