How to Filter IntelliSense?

  • Thread starter Thread starter Sin Jeong-hun
  • Start date Start date
S

Sin Jeong-hun

IntelliSense is very helpful, but sometimes there are too many items on
the pop-up list.

For example, sometimes I just want to browse methods only. But the list
shows everything including properties, methods, events and so on. Is
there any way to filter them?

Also, somethimes, when I'm using controls that inherits another
control, I only want to see the control's own members. For example,
suppose that there is a table control that inherits UserControl. I only
want to see the table control's own members that I use frequently like
GetRow() or GetColumn() but currently the IntelliSense shows
everything. It is really hard to find what I need in the list. Is this
possible?
 
Hello Sin Jeong-hun,

There is a 3rd party tool "Virsual Assist" (http://www.wholetomato.com/)
that allows you to filter intellisence items by group

S> IntelliSense is very helpful, but sometimes there are too many items
S> on the pop-up list.
S>
S> For example, sometimes I just want to browse methods only. But the
S> list shows everything including properties, methods, events and so
S> on. Is there any way to filter them?
S>
S> Also, somethimes, when I'm using controls that inherits another
S> control, I only want to see the control's own members. For example,
S> suppose that there is a table control that inherits UserControl. I
S> only want to see the table control's own members that I use
S> frequently like GetRow() or GetColumn() but currently the
S> IntelliSense shows everything. It is really hard to find what I need
S> in the list. Is this possible?
S>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top