Releases: adeebkhans/BackLens
Releases · adeebkhans/BackLens
BackLens v0.1.1 - Initial Release
BackLens
BackLens helps you explore codebases as a semantic call graph inside VS Code and on the web.
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!