Skip to content

Releases: adeebkhans/BackLens

BackLens v0.1.1 - Initial Release

19 Apr 06:11
c1c4c45

Choose a tag to compare

BackLens

BackLens helps you explore codebases as a semantic call graph inside VS Code and on the web.

VS Code Marketplace

Version: 0.1.1
Install the extension: BackLens on the VS Code Marketplace


Initial Public Release

This is the first official release of BackLens! You can now analyze local JS/TS projects, build a local call graph, and interactively trace your architecture directly inside the editor.

Features in this release:

  • Interactive 3-panel Webview UI (Search, Inspector, Hotspots).
  • Local AST Parsing for TypeScript, JavaScript, and TSX/JSX.
  • Go-to-Source navigation directly from graph nodes.
  • WASM-powered SQLite database for fast local queries.

Thank you to everyone testing the extension and providing early feedback!