Sublime Text Code Visualization Plugin
Using this plugin one can navigate the code easily.
Find Callers/Callees
Press Alt+C/V to find callers or callees
Press Alt+Up/Down/Left/Right in Sublime Text to jump to new functions
![call.gif](https://images2015.cnblogs.com/blog/511610/201701/511610-20170119011729750-300694539.gif)
Find Class Hierarchy
Press Alt+B to find base and derived class
![class.gif](https://images2015.cnblogs.com/blog/511610/201701/511610-20170119011734234-1601631865.gif)
Find Overloaded Functions
Press Alt+O to find overloaded functions
![overload.gif](https://images2015.cnblogs.com/blog/511610/201701/511610-20170119011737328-1163347561.gif)
Find Class Member
Press Alt+M to find all class variables and the largest member function.
Press Alt+M several times to see smaller member functions.
![member.gif](https://images2015.cnblogs.com/blog/511610/201701/511610-20170119011739890-1933252209.gif)
Find Variable Usage
Press Alt+U to find all functions that use selected variable
![use.gif](https://images2015.cnblogs.com/blog/511610/201701/511610-20170119011744265-1706536550.gif)
Save / Load Relationship Graph
Press Alt+Num to show relationship graph listed at the top left corner
Press Ctrl+Num to add selected edge to a relationship graph
![scheme.gif](https://images2015.cnblogs.com/blog/511610/201701/511610-20170119011745921-1732902047.gif)