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
Sublime Text Code Visualization Plugin
 
Find Class Hierarchy
Press Alt+B to find base and derived class
Sublime Text Code Visualization Plugin
 
Find Overloaded Functions
Press Alt+O to find overloaded functions
Sublime Text Code Visualization Plugin
 
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.
Sublime Text Code Visualization Plugin
 
Find Variable Usage
Press Alt+U to find all functions that use selected variable
Sublime Text Code Visualization Plugin
 
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
Sublime Text Code Visualization Plugin





相关文章:

  • 2022-12-23
  • 2021-10-18
  • 2021-12-19
  • 2021-05-12
  • 2021-07-21
  • 2021-12-12
  • 2021-04-16
猜你喜欢
  • 2021-09-27
  • 2021-12-06
  • 2021-09-10
  • 2021-06-28
  • 2021-12-21
相关资源
相似解决方案