Skip to content

agdust/vscode-codebase-visualizer

 
 

Repository files navigation

VSCode Repository Visualizer (Repovis)

Repository Visualizer (Repovis), is a Visual Studio Code extension that interactively visualizes the relationships between files.

The visualization is inspired by Repo Visualizer, and based on the CBRV extension by jesse-r-s-hines

Development

To run the project from source run

npm install

then open it up in VSCode and press F5 to run and debug it.

On Windows, you'll want to enable git symlinks before you clone the repo, first enable "Developer Mode" in Windows settings and then run

git config --global core.symlinks true

To build and run the tests run

npm run test

About

A VSCode extension to visualize files structure in repositry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 86.8%
  • CSS 10.2%
  • JavaScript 1.5%
  • Python 1.5%