Search code examples
c++visual-studio-2012objectbrowser

How to see the list of objects in current file in Visual C++ 2012?


Assume we have the huge Visual Studio solution and there are many files (tabs) opened. Does Visual Studio 2012 (Visual C++ particularly) have any View panel which will show the interactive list of objects from the current file when I switch to the corresponding tab? Or maybe there is an official extension which will help me? The standart Object Browser is not exactly what I want, because I'd like to see the list of all objects from the current file and only them. Thanks!

Edit: I mean the list of all classes, structures, variables, methods etc., no matter declared or only defined in this file.


Solution

  • Did you try Visual-Assist extension? It might be helpful.

    http://www.wholetomato.com/default.asp