Giter Club home page Giter Club logo

codeatlasvsix's Introduction

CodeAtlasVsix

Call graph visualization plugin of Visual Studio 2010-2015

Code Atlas is a plugin of Visual Studio. It allows one to explore the call graph conveniently. The plugin uses doxygen to parse code.

Supported languages(not limited): C/C++(Tested) Python,Java,C#(Not Tested yet)

Using this plugin one can navigate the code easily.

Overview

  • is a class.
  • is a function.
  • 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 Visual Studio Text Editor, then press Alt+G to show it on Code Atlas.

Press Alt+J/K/L/I in Visual Studio Text Editor to jump to neighbour items.

Find Callers/Callees

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

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 one class variable and the largest member function. Press Alt+M several times to see more members.

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 bottom left corner.

Add Comment

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

Setup

  1. Download the vsix package or compile one yourself.

  1. Open and install the package.

  1. The package is installed.

  1. Open Visual Studio, you can see a menu named "Code Atlas". Press "Open Code Atlas Window" to show the window.

  1. Open a solution, then press "Analyse solution" to generate the code database for Code Atlas.

  1. A command-line window appears, and you can see "Wait..." on the viewport. You can continue coding during analysis process.

  1. When analysis is completed, the code database will be opened automatically. Place the cursor on a variable/function/class and press Alt+G , then the symbol will appear in the viewport.

  1. Next time when you open Visual Studio, you don't have to analyse the solution again, just click "Open Analysis Result" and choose a ".atlas" file. The file with a "solution" postfix is the analysis result (code database) for the whole solution.

Revision History

1.0.3

  • Add multiple selection.
  • Add file and directory search.
  • Add interactive custom edge mode.
  • Add custom file extension support.
  • Add horizontal/vertical UI layout.
  • Fix some bugs.

codeatlasvsix's People

Contributors

league1991 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.