samuelwarang / vs-graph

MIT License
0 stars 0 forks source link
graph-visualization vscode-extension

VS Graph

VS Graph is a Visual Studio Code extension that generates and visualizes a graph of your project's file structure and import relationships. This extension helps you understand the architecture and dependencies of your project at a glance.

image

Features

Installation

  1. Open Visual Studio Code
  2. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X)
  3. Search for "VS Graph"
  4. Click Install

Alternatively, you can download the VSIX file from the releases page and install it manually.

Usage

  1. Open a project folder in VS Code
  2. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
  3. Type "Show File Graph" and select the command
  4. The graph visualization will open in a new tab

Graph Interaction

Customization

You can customize the graph appearance and behavior using the controls in the top-left corner of the graph view:

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Support

If you encounter any issues or have feature requests, please file an issue on the GitHub repository.