File | Date | Author | Commit |
---|---|---|---|
CodeAtlasVSIX | 2017-07-16 |
![]() |
[3d11f4] Add images |
CodeAtlasVsix | 2017-07-16 |
![]() |
[2f77bf] Optimize working thread |
CodeView | 2017-06-06 |
![]() |
[573743] Modify resource |
DoxygenDB | 2017-07-14 |
![]() |
[714756] Make DB analysis asynchronized |
GraphLayout | 2017-05-14 |
![]() |
[65d0ce] 1. Add SearchWindow |
githubCache | 2017-07-16 |
![]() |
[3bed2e] Correct setup5.png |
.gitignore | 2017-07-14 |
![]() |
[7b5b3d] Format LICENSE.txt |
CodeAtlasVSIX.sln | 2017-05-14 |
![]() |
[65d0ce] 1. Add SearchWindow |
LICENSE | 2017-07-11 |
![]() |
[a1a211] Add GPL v2.0 License |
README.md | 2017-07-16 |
![]() |
[b43008] Update README.md |
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.
Here is my blog:
http://www.cnblogs.com/dydx/p/6299927.html
Here are some introduction videos:
https://www.youtube.com/watch?v=FScdHyxdNFw&list=PLN16zMWJLkHLgHhTJUIkwp5chgnFz9_NH
Move cursor onto function/class/variable name in Visual Studio Text Editor, then press Alt+G
to show it on Code Atlas.
Press Alt+Up/Down/Left/Right
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.
Alt+G
, then the symbol will appear in the viewport.