Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chanhx/crabviz

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

237 Commits
237 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crabviz

Crabviz is a LSP-based call graph generator. It leverages the Language Server Protocol to generate interactive call graphs, helps you visually explore source code.

Features

  • Workable for various programming languages

  • Highlight on click

  • Two kinds of graphs

    You can generate a call graph for selected files to get an overview, or for a selected function to track the call hierarchy.

  • Collapse Files to view file relationships

  • Save call graphs as HTML or SVG

  • Go to definition

  • Search symbols

Preview

preview

Install

Since Crabviz utilizes the capabilities of language servers, it is better suited as an IDE/editor extension than a standalone command line tool.

It is currently available on VS Code, and PRs for other editors are welcome.

Credits

Crabviz is inspired by graphql-voyager and go-callvis.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.