码迷,mamicode.com
首页 > 其他好文 > 详细

Sublime Text Code Visualization Plugin

时间:2017-01-19 07:51:23      阅读:293      评论:0      收藏:0      [点我收藏+]

标签:data   variables   arch   atlas   技术   https   tail   src   caller   

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
技术分享





Sublime Text Code Visualization Plugin

标签:data   variables   arch   atlas   技术   https   tail   src   caller   

原文地址:http://www.cnblogs.com/dydx/p/6299927.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!