VS Intellisense: can you hide extension methods?
问题 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? 回答1: Not that I'm aware of - but one thing you might want to do is get rid of the using directive for System.Linq . At that point the extension method won't be