Skip to content

shashankss1205/codegraphcontext

v0.1.0-alpha Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

hacktoberfest2025 social-winter-of-code

Summary

AI summary

Introduces an interactive 2D call graph with deep VS Code editor integration.

Full changelog

🚀 CodeGraphContext for VS Code (v0.1.0 Alpha)

Transform your code understanding with a native, interactive call graph directly inside VS Code. This release introduces the first stable version of the CGC extension, bridging the gap between your editor and the powerful CodeGraphContext engine.

✨ Key Features

  • Interactive 2D Call Graph: Visualize function relationships (Callers and Callees) in a dynamic, force-directed graph.
  • Deep Editor Integration:
    • Context Menu: Right-click any function and select CGC: Show Call Graph.
    • Click-to-Navigate: Click any node in the graph to jump directly to the source code.
    • Real-time Intelligence: Built-in CodeLens and Hover support for complexity and call metrics.
  • Performance First: A lightweight (30KB) implementation optimized for large-scale monorepos.

🛠️ How to Install

  1. Install the Engine: The extension requires the CGC CLI.
    pip install codegraphcontext
    
  2. Install the Extension:
    • Download the codegraphcontext-vscode-0.1.0.vsix asset from this release.
    • In VS Code, open the Extensions view (Ctrl+Shift+X).
    • Click ... (top right) -> Install from VSIX... -> Select the downloaded file.

🚦 Getting Started

  1. Open your project in VS Code.
  2. Run CGC: Refresh Index from the Command Palette (Ctrl+Shift+P) to index your workspace.
  3. Right-click any function and select CGC: Show Call Graph to begin exploring.

📦 Assets

  • codegraphcontext-vscode-0.1.0.vsix

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track shashankss1205/codegraphcontext

Get notified when new releases ship.

Sign up free

About shashankss1205/codegraphcontext

All releases →

Beta — feedback welcome: [email protected]