Is there any way to \'hide\' the name of a class, whose sole purpose is to provide extension methods, from Intellisense?
I would like to remove the class name from the
If you put your extension methods in a module there is a attribute called HideModuleName which will hide the module name from showing up in Intellisense.