首页 > 代码库 > Sublime Text Code Visualization Plugin

Sublime Text Code Visualization Plugin

Using this plugin one can navigate the code easily.
Source code and detailed user manual in https://github.com/league1991/CodeAtlasSublime .
 
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
技术分享
 
Find Class Hierarchy
Press Alt+B to find base and derived class
技术分享
 
Find Overloaded Functions
Press Alt+O to find overloaded functions
技术分享
 
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.
技术分享
 
Find Variable Usage
Press Alt+U to find all functions that use selected variable
技术分享
 
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
技术分享



来自为知笔记(Wiz)



Sublime Text Code Visualization Plugin