Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filter Visual Studio (or ReSharper) Intellisense by type

Is there a way to filter the Visual Studio Intellisense by type?

Example: when I'm using a control such as Infragistics' XamDataGrid there are a seemingly endless number of fields, properties, events and methods. I'd like to be able to filter the intellisense by type, i.e., show me only events.

I've found these suggestions on the JetBrains site, but no resolutions:

  • RSP-27166 - Filter Events/Properties/Methods in IntelliSense
  • RSP-101619 - Enhanced control over items displayed in completion popups (intellisense window)
like image 591
Metro Smurf Avatar asked Nov 14 '22 13:11

Metro Smurf


1 Answers

AFAIK there is no such feature.
I miss is as well....
(Same as possibility to navigation window listing properties / methods / events only)

Re question: in same cases Smart Code Competition can help.

like image 98
Maciej Avatar answered Jan 16 '23 16:01

Maciej