A beginner-friendly VS Code extension that explains common programming errors in simple language.
-
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
- Copy or select an error message
- Run "Explain Error" command
- View explanation in output panel
- TypeScript
- VS Code Extension API
- Node.js
- AI API integration
- Automatic terminal error detection
- Smarter code analysis
- Download the
.vsixfile from this repository - Open :contentReference
- Go to Extensions
- Click Install from VSIX
- Select the downloaded
.vsixfile - Restart VS Code if needed
- Open any file or error message
- Select the error text (optional)
- Press
Ctrl + Shift + P - Run command: "Explain Error"
- View explanation in the output panel