CodeAtlasCodeAtlas is a VS Code extension that builds a static relationship graph for TypeScript/JavaScript, Python, and Java workspaces. Install and usePackage the extension with Use CodeAtlas: Export JSON or CodeAtlas: Export GraphML to select an export path inside the open workspace. The graph view's PNG action remains a Webview request and also asks VS Code where to save the file. Release verificationThe release acceptance suite verifies JavaScript/TypeScript, Python, and Java fixtures; a 1,000-file scan continues after an isolated file failure; and Webview graph responses are limited to 500 nodes. Static-analysis limitsThe graph is based on syntax-tree analysis, not runtime execution. Dynamic imports, reflection, generated code, framework conventions, indirect dispatch, and unresolved dependencies can be absent or represented with lower confidence. Treat it as a navigation and exploration aid, not proof of runtime behavior. |