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)

时间: 2024-10-10 00:48:06

Sublime Text Code Visualization Plugin的相关文章

sublime text : The emmet plugin doesn't work when tab key was pressed

Today, I switched my sublime text to version 3. And then I found that  the emmet plugin doesn't work when I press the tab key,  but it works by press "ctrl + e". So I went to github to see the readme file of the emmet-sublime plugin, and finally

Getting started with TypeScript and Sublime Text -- 摘自https://cmatskas.com/getting-started-with-typescript-and-sublime-text/

Getting started with TypeScript and Sublime Text 04 March 2015  18 Comments  Posted in JavaScript, Open Source, TypeScript, Sublime Text UPDATED: This post has been rewritten around the official TypeScript plugin Typescript is awesome, period. TypeSc

Sublime Text 3下C/C++开发环境搭建

Sublime Text 3下C/C++开发环境搭建 之前在Linux Mint 17一周使用体验中简单介绍过Sublime Text. 1.Sublime Text 3安装 Ubuntu.Linux Mint的软件管理器中已经能够找到Sublime Text 3,直接安装即可.或者去官网下载.deb或tarball安装包,手动安装. 2.Package Control管理器 ST最吸引我的第一点就是这个非常棒的扩展管理器!安装方法也很简单,在ST中按Ctrl+`进入ST的控制台,然后去官网上将

Formatting XML and JSON using Sublime Text

Formatting XML and JSON using Sublime Text Last week I was trying to make some changes to my WCF service and had to deal with some XML data. The problem was the XML was not nicely formatted and I had to highlight couple of missing pieces of informati

Ubuntu 14.04 Sublime text 2 集成 Git

Reference [1] Associating text editors with Git [2] Git 教學(1) : Git 的基本使用 [3] Sublime Text 2: git plugin [4] Git: Setting Sublime Text as the Default Editor for Git (Linux Mint/Ubuntu) Ubuntu 14.04 Sublime text 2 集成 Git,码迷,mamicode.com

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

在编写代码的整个过程中,开发人员经常会一次又一次的改写或者重用相同的代码段,消除这种重复过程的方法之一是把我们经常用到的代码保存成代码片段(snippets),这使得我们可以方便的检索和使用它们. 为了提高你的编码效率,Sublime Text提供了一种让你可以轻松添加自定义代码片段的功能.这篇文章中,我们将看到在Sublime Text中如何创建.管理以及使用代码片段来极大的简化我们的工作流程. 创建代码片段 为了创建代码片段,我们需要打开 Tools > New Snipptes. Subl

CodeAtlas For Sublime Text

CodeAtlas is a plugin of SublimeText, which allows one to explore the call graph conveniently. The plugin uses the code analysis tool Understand (https://scitools.com) to perform symbol/reference query task. Following (but not limited) languagues are

Sublime Text 2 配置手册

Preferences.sublime-settings文件: // While you can edit this file, it’s best to put your changes in // “User/Preferences.sublime-settings”, which overrides the settings in here. // // Settings may also be placed in file type specific options files, for

最好的Sublime Text插件集合

阅读目录 WebInspector Emmet Git GitGutter & Modific Sublimall AllAutocomplete SublimeREPL DocBlockr Floobits AutoFileName ColorPicker PlainTasks MarkdownEditing Finally WebInspector Amazing tool for debagging JavaScript, the full-fledged inspector of a c