All Projects → league1991 → Codeatlassublime

league1991 / Codeatlassublime

Licence: epl-1.0
Code relationship graph visualization plugin of sublime editor

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Codeatlassublime

Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-68.18%)
Mutual labels:  sublime, sublime-text
mjml-syntax
Sublime package for the MJML
Stars: ✭ 44 (+0%)
Mutual labels:  sublime, sublime-text
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (+11.36%)
Mutual labels:  sublime, sublime-text
sublime-simple-import
A Sublime Text Plugin that helps you to import your modules.
Stars: ✭ 15 (-65.91%)
Mutual labels:  sublime, sublime-text
Ayu
🎨🖌 Modern Sublime Text theme
Stars: ✭ 3,933 (+8838.64%)
Mutual labels:  sublime-text, sublime
GoDebug
Go debugger (Delve) integration with Sublime Text 3
Stars: ✭ 20 (-54.55%)
Mutual labels:  sublime, sublime-text
Milotic
Color Full Theme for All Text Editors!
Stars: ✭ 23 (-47.73%)
Mutual labels:  sublime, sublime-text
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+147.73%)
Mutual labels:  sublime-text, sublime
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (+572.73%)
Mutual labels:  sublime-text, sublime
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (+90.91%)
Mutual labels:  sublime, sublime-text
sublime
Repository for the Tandem Sublime Plugin
Stars: ✭ 22 (-50%)
Mutual labels:  sublime, sublime-text
Text Pastry
Extend the power of multiple selections in Sublime Text. Modify selections, insert numeric sequences, incremental numbers, generate uuids, date ranges, insert continuously from a word list and more.
Stars: ✭ 782 (+1677.27%)
Mutual labels:  sublime-text, sublime
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (+304.55%)
Mutual labels:  sublime-text, sublime
themeX
The ultimate UNIVERSAL syntax color theme generator that let's you build your color scheme in just one file and compile for a wide range of different editors.
Stars: ✭ 26 (-40.91%)
Mutual labels:  sublime, sublime-text
Six
New and improved Vim emulation for Sublime Text
Stars: ✭ 128 (+190.91%)
Mutual labels:  sublime-text, sublime
sublime-text-2-wpseek
wpseek.com WordPress Developer Assistant for Sublime Text 2 / 3
Stars: ✭ 19 (-56.82%)
Mutual labels:  sublime, sublime-text
Carbonsublime
🚀 A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)
Stars: ✭ 104 (+136.36%)
Mutual labels:  sublime-text, sublime
Productive Sublime Snippets Ruby
Ruby Snippets for Sublime Text
Stars: ✭ 109 (+147.73%)
Mutual labels:  sublime-text, sublime
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-63.64%)
Mutual labels:  sublime, sublime-text
Sublime Markdown Extended
Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
Stars: ✭ 645 (+1365.91%)
Mutual labels:  sublime-text, sublime

CodeAtlasSublime

Call graph visualization plugin of sublime editor

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.

Supported languages(not limited): Python,C/C++,Java. Using this plugin one can navigate the code easily.

Here is my blog: http://www.cnblogs.com/dydx/p/6299927.html

Here are some introduction videos: https://www.youtube.com/watch?v=FScdHyxdNFw&list=PLN16zMWJLkHLgHhTJUIkwp5chgnFz9_NH

Features

  • Visualize call graph
  • Visualize class hierarchy
  • Visualize class membership
  • Visualize variable usage
  • Quick navigation
  • Save/Load graph bookmarks

Supported languages

  • Python
  • C/C++
  • Java
  • PHP

Overview

  • Square is a class.
  • Disc is a function.
  • Triangle is a variable.
  • Colors for these shapes represent different classes, whose name can be seen at the bottom-left corner.
  • Colors for edges represent different graphs, whose name and key short-cut can be seen at the top-left corner.


Navigate

Move cursor onto function/class/variable name in Sublime Text Editor, then press Alt+G to show it on CodeAtlas.

Press Alt+Up/Down/Left/Right in Sublime Text to jump to neighbour items.

Find Callers/Callees

Press Alt+C/V to find callers or callees.

Find Call Graph

Press Middle Mouse Button, Drag mouse from a function to another, all call paths will be shown.

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 Ctrl+Num to add selected edge to a relationship graph.

Press Alt+Num to show relationship graph listed at the top left corner.

Add Comment

Input your comment for functions/classes/variables in Symbol panel.

Setup

1.Install Dependencies

Install Understand (home page https://scitools.com)

Install Sublime Text (home page http://www.sublimetext.com/)

Install Python 3.4 (https://www.python.org/ftp/python/3.4.0/python-3.4.0.msi)

Install PyQt (https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py3.4-Qt4.8.7-x32.exe/download)

2.Check out the code

3.In Sublime Text, press Preferences->Browse Packages go to package folder.

4.Unzip and place the plugin in the package folder. Please note the folder structure and rename the plugin's root folder to "CodeAtlas".

5.Replace Packages/CodeAtlas/CodeViewPy/understand.pyd with the one in the Understand folder(usually in SciTools/bin/pc-win32/python/understand.pyd)

6.Open Understand and create a database for your project.

7.After finish the new project wizard, a database file will be generated.

8.Close Understand and restart Sublime Text, then press "Start Atlas" in the context menu. Then the visualization window will be shown.

9.Press Open DB in the visualization window, then find the *.udb file generated before.

10.Now you can use the key shortcuts above to explore the code!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].