A VS Code extension for code visualization and analysis.
- Code structure visualization
- Real-time error detection
- Debug state visualization
- Support for functions, classes, and methods
- Install dependencies:
npm install- Compile the extension:
npm run compile- To run the extension in development mode:
- Open this folder in VS Code
- Press F5 to start debugging
- This will open a new window with the extension loaded
Show Code Visualization: Opens the code visualization panel
- VS Code 1.85.0 or higher
- Node.js and npm installed
npm run compile: Compile the extensionnpm run watch: Watch for changes and recompilenpm run lint: Run ESLintnpm run test: Run tests # code-analyzer