Did you know… You can show Extension Methods in the Object Browser - #219

This tip is new for Visual Studio 2008.

You can learn more about extension methods in the documentation for both Visual Basic and C#.

In the Object Browser Settings, you’ll see the Show Extension Methods option.

Object Browser Show Extension Members

Now, when you have an extension method in your code (or in my example, a module, since i’m using VB), you’ll see the following:

Object Browser displaying an Extension Methods

and you’ll get the downward-pointing icon.

Technorati Tags: VS2008Tip