A graph-based code navigation plugin for Visual Studio
No Data
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.
My blog: http://www.cnblogs.com/dydx/p/6299927.html
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
Move cursor onto function/class/variable name in Visual Studio Text Editor, then press
Alt+Gto show it on Code Atlas.
Press
Alt+J/K/L/Iin Visual Studio Text Editor to jump to neighbour items.
Press
Alt+C/Vto find callers or callees.
Press
Alt+Bto find base and derived class.
Press
Alt+Oto find overloaded functions.
Press
Alt+Mto find one class variable and the largest member function. Press
Alt+Mseveral times to see more members.
Press
Alt+Uto find all functions that use selected variable.
Press
Ctrl+Numto add selected edge to a relationship graph.
Press
Alt+Numto show relationship graph listed at the bottom left corner.
Input your comment for functions/classes/variables in Symbol panel.
Alt+G, then the symbol will appear in the viewport.