VS Intellisense: can you hide extension methods?

Posted by chris on Stack Overflow See other posts from Stack Overflow or by chris
Published on 2009-03-18T09:43:26Z Indexed on 2010/05/27 1:51 UTC
Read the original article Hit count: 272

Filed under:
|

By default Visual Studio displays all members and its extension methods for a type in intellisense.

Sometimes I would like to hide the extension methods to make it easier to find the member I am actually looking for (especially when using Linq).

Is there a shortcut or another way to display only the members of a type in intellisense?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about intellisense