Skip to content

NobinSijo7T/code-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Visualization Extension

A VS Code extension for code visualization and analysis.

Features

  • Code structure visualization
  • Real-time error detection
  • Debug state visualization
  • Support for functions, classes, and methods

Setup

  1. Install dependencies:
npm install
  1. Compile the extension:
npm run compile
  1. 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

Commands

  • Show Code Visualization: Opens the code visualization panel

Requirements

  • VS Code 1.85.0 or higher
  • Node.js and npm installed

Development

  • npm run compile: Compile the extension
  • npm run watch: Watch for changes and recompile
  • npm run lint: Run ESLint
  • npm run test: Run tests # code-analyzer

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors