Intellisense Filtering In Visual Studio
May 16th, 2008While working with WPF I got an idea about intellisense shortcuts. Instead of pressing Ctrl + . where we get the entire list how about something like this:
Ctrl + . + p - Display only properties
Ctrl + . + e - Display only events
Ctrl + . + m - Display only methods
I have created a suggestion for this on connect. If you think this is desirable then a good rating is in order.