Skip to content

BhumikaHunachyali/error-explainer-vscode-extension

Repository files navigation

Error Explainer VS Code Extension

A beginner-friendly VS Code extension that explains common programming errors in simple language.

Features

  • Detects common errors like:

    • SyntaxError
    • TypeError
    • NameError
    • IndexError
    • KeyError
    • AttributeError
  • Multiple input methods:

    • Selected text
    • Clipboard
    • Manual input
  • Beginner-friendly explanations with examples and fixes

How It Works

  1. Copy or select an error message
  2. Run "Explain Error" command
  3. View explanation in output panel

Built With

  • TypeScript
  • VS Code Extension API
  • Node.js

Future Improvements

  • AI API integration
  • Automatic terminal error detection
  • Smarter code analysis

Installation

  1. Download the .vsix file from this repository
  2. Open :contentReference
  3. Go to Extensions
  4. Click Install from VSIX
  5. Select the downloaded .vsix file
  6. Restart VS Code if needed

Usage

  1. Open any file or error message
  2. Select the error text (optional)
  3. Press Ctrl + Shift + P
  4. Run command: "Explain Error"
  5. View explanation in the output panel

About

An personalized Error Explainer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors