| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Call graph visualization plugin of Visual Studio 2010-2015
Code Atlas is a plugin of Visual Studio. It allows one to explore the call graph conveniently. The plugin uses doxygen to parse code.
Supported languages(not limited): C/C++(Tested) Python,Java,C#(Not Tested yet)
Using this plugin one can navigate the code easily.
Some videos: https://www.youtube.com/watch?v=FScdHyxdNFw&list=PLN16zMWJLkHLgHhTJUIkwp5chgnFz9_NH
Installation package: https://sourceforge.net/projects/codeatlasvsix/
Visual studio Marketplace: https://marketplace.visualstudio.com/items?itemName=YaobinOuyang.CodeAtlas
is a class.
is a function.
is a variable.Move cursor onto function/class/variable name in Visual Studio Text Editor, then press Alt+G to show it on Code Atlas.
Press Alt+J/K/L/I in Visual Studio Text Editor to jump to neighbour items.

Press Alt+C/V to find callers or callees.

Press Alt+B to find base and derived class.

Press Alt+O to find overloaded functions.

Press Alt+M to find one class variable and the largest member function.
Press Alt+M several times to see more members.

Press Alt+U to find all functions that use selected variable.

Press Ctrl+Num to add selected edge to a relationship graph.

Press Alt+Num to show relationship graph listed at the bottom left corner.

Input your comment for functions/classes/variables in Symbol panel.

| Back | FazBrowse Home | New Git URL |