C# IntelliSense extension for VS 2010
C# IntelliSense extension for VS 2010
the C# IntelliSense extension is now available at the Visual Studio Gallery.
the extension is adding filtering capability to the VS IntelliSense,
so for example when you are looking for methods you can filter out the namespace, fields, events and properties.
Credits
this work is heavily based on the Xaml IntelliSense extension that was written by Karl Shifflett.
Download
you can either download the extension from Visual Studio 2010 (tool->Add-in manage…
and search for CSharp IntelliSense).
or directly from Visual Studio Gallery site here.
Point of interest
you may also want to check the Spell Checker extension.