Releases: CodeGraphContext/CodeGraphContext
Releases · CodeGraphContext/CodeGraphContext
v0.4.6
VSCode-Extension-v0.1.0
🚀 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
v0.3.1
fix(build): force bundle entire kuzu dir and explicitly compile redis…
v0.3.0
cgc spec changed
v0.2.14
chore: release v0.2.14 with bulletproof FalkorDB worker and hardened …
v0.2.13
fix: remove stale site_packages variable in cgc.spec causing mac buil…
v0.2.12
bug resolve
v0.2.10
bug resolve
v0.0.11-alpha
Bump version to 0.2.9 and prepare v0.0.11-alpha
v0.0.10-alpha
Further improve PyInstaller spec for robust library bundling