CodeVisualizer
CodeVisualizer is a powerful VS Code extension that provides two main visualization capabilities: function-level flowcharts for understanding code control flow, and codebase-level dependency graphs for analyzing project structure and module relationships.
File Explorer
Download Latest Version (.zip)- extensions.json
- launch.json
- settings.json
- tasks.json
- codevisualizerlogo.png
- icon.svg
- AbstractParser.ts
- AstParserTypes.ts
- CodebaseAnalyzer.ts
- CodebaseGraphBuilder.ts
- CodebaseMermaidGenerator.ts
- FileTypeClassifier.ts
- index.ts
- CAstParser.ts
- index.ts
- tree-sitter-c.wasm
- ParserInit.ts
- CppAstParser.ts
- index.ts
- tree-sitter-cpp.wasm
- GoAstParser.ts
- index.ts
- tree-sitter-go.wasm
- index.ts
- JavaAstParser.ts
- tree-sitter-java.wasm
- index.ts
- PhpAstParser.ts
- tree-sitter-php.wasm
- index.ts
- PyAstParser.ts
- tree-sitter-python.wasm
- index.ts
- RustAstParser.ts
- tree-sitter-rust.wasm
- index.ts
- tree-sitter-typescript.wasm
- TsAstParser.ts
- index.ts
- CacheManager.ts
- LLMContext.ts
- LLMLogger.ts
- LLMManager.ts
- LLMService.ts
- EnvironmentDetector.ts
- MetricsAnalyzer.ts
- StringProcessor.ts
- ThemeManager.ts
- .gitkeep
- analyzer.ts
- EnhancedMermaidGenerator.ts
- MermaidGenerator.ts
- ir.ts
- tree-sitter-c.d.ts
- tree-sitter-cpp.d.ts
- tree-sitter-rust.d.ts
- web-tree-sitter.d.ts
- BaseFlowchartProvider.ts
- CodebaseFlowProvider.ts
- FlowchartPanelProvider.ts
- FlowchartViewProvider.ts
- extension.ts
- .gitignore
- .vscode-test.mjs
- .vscodeignore
- CHANGELOG.md
- eslint.config.mjs
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/DucPhamNgoc08/CodeVisualizer
Downloads the entire project code from GitHub to your computer.
cd CodeVisualizer
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
