Skip to content

Releases: CodeGraphContext/CodeGraphContext

v0.4.6

03 May 13:43

Choose a tag to compare

Release version 0.4.6

VSCode-Extension-v0.1.0

02 May 18:24
702c117

Choose a tag to compare

🚀 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

v0.3.1

11 Mar 10:34

Choose a tag to compare

fix(build): force bundle entire kuzu dir and explicitly compile redis…

v0.3.0

11 Mar 09:31

Choose a tag to compare

cgc spec changed

v0.2.14

08 Mar 16:51

Choose a tag to compare

chore: release v0.2.14 with bulletproof FalkorDB worker and hardened …

v0.2.13

08 Mar 16:14

Choose a tag to compare

fix: remove stale site_packages variable in cgc.spec causing mac buil…

v0.2.12

08 Mar 15:28

Choose a tag to compare

bug resolve

v0.2.10

08 Mar 14:33

Choose a tag to compare

bug resolve

v0.0.11-alpha

08 Mar 11:04

Choose a tag to compare

Bump version to 0.2.9 and prepare v0.0.11-alpha

v0.0.10-alpha

08 Mar 10:44

Choose a tag to compare

Further improve PyInstaller spec for robust library bundling