This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryIntroduces 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.
- Context Menu: Right-click any function and select
- Performance First: A lightweight (30KB) implementation optimized for large-scale monorepos.
🛠️ How to Install
- Install the Engine: The extension requires the CGC CLI.
pip install codegraphcontext - Install the Extension:
- Download the
codegraphcontext-vscode-0.1.0.vsixasset from this release. - In VS Code, open the Extensions view (
Ctrl+Shift+X). - Click
...(top right) ->Install from VSIX...-> Select the downloaded file.
- Download the
🚦 Getting Started
- Open your project in VS Code.
- Run
CGC: Refresh Indexfrom the Command Palette (Ctrl+Shift+P) to index your workspace. - 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
About shashankss1205/codegraphcontext
All releases →Related context
Beta — feedback welcome: [email protected]