Access information about all uses of an identifier in your C/C++ code.
Browsio gives you instant information about all uses of e.g. a variable, function, or class, while editing C/C++ code in Visual Studio .NET. Click in the Browsio Tree to make the VS editor go there. You get the complete picture of how the identifier is used, and can overview the consequences of changes. It works with any existing or new project and integrates seamlessly into the VS environment in a window like the class trees.
Not too many features, but still very useful. I'm working on someone elses code right now, and in this case this little tool really makes it quite a bit easier to find out how the program is put together. Another good thing about it is that it doesn't disturb you with popups and stuff, when you for example switch between projects.