Error Simplifier for Java in VS Code
An AI-powered VS Code extension that simplifies Java error messages using Hugging Face models.
Features
- Real-time Java error analysis
- AI-generated explanations
- Secure API key storage
- Instant feedback via notifications
Installation
git clone https://github.com/SidharthaPaidi/Error-Simpler-for-Java.git
cd Error-Simpler-for-Java
npm install
npm run package
Open VS Code
Setup
- Obtain a Hugging Face API Key (huggingface.co)
- Press f5 to start debugging of extension.js
- Ctrl+Shift+P → "Set Hugging Face API Key"
Usage
- Auto Analysis: Save a Java file (Ctrl+S)
- Manual Check: Ctrl+Shift+P → "Run Java File with Error Analysis"
Demo Video

FAQ
- Does it send my code? No, only error messages.
- Works offline? Error detection yes, explanations need internet.
- Supports other languages? Java only .
| |