Sublime Text Code Visualization Plugin

Posted Graphics Den

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
call.gif
 
Find Class Hierarchy
Press Alt+B to find base and derived class
class.gif
 
Find Overloaded Functions
Press Alt+O to find overloaded functions
overload.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
 
Find Variable Usage
Press Alt+U to find all functions that use selected variable
use.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





以上是关于Sublime Text Code Visualization Plugin的主要内容,如果未能解决你的问题,请参考以下文章

sublime Text2下安装php code sniffer插件

秒杀Sublime Text的微软开源代码编辑工具Visual Studio Code

Sublime Text自定制代码片段(Code Snippets)

在sublime text和vs code中使用Regex进行替换的方式

sublime text3 replace和反向引用

Sublime Text 高级正则查换替换功能