Error Highlighter Pro
Smart error highlighting that just works.
What is this? 🤔
A VS Code extension that makes your errors easier to spot and understand. It highlights not just the error line, but also the context around it - simple and effective.
// Example of how it works:
function sayHello() {
    // Line above is highlighted
    consle.log("Hello!")  // Error line is highlighted in red
    // Line below is highlighted
}
Features 🚀
Simple, powerful, and fast:
- Smart Highlighting - 
- Shows errors in red
- Shows warnings in yellow
- Shows info in blue
- Highlights context (one line above and below)
 
- Zero Config - 
- Works right after install
- No setup needed
- Works with all languages
 
- Fast & Light - 
- Real-time updates
- No slowdowns
- Low memory usage
 
Install and Go ⚡
- Open VS Code
- Install "Error Highlighter Pro"
- That's it! Start coding
Make It Yours 🎨
Want different colors? Just add to your settings:
// settings.json
{
  "workbench.colorCustomizations": {
    // Change these to any colors you like
    "errorHighlighter.errorBackground": "#ff000020",   // Red with 20% opacity
    "errorHighlighter.warningBackground": "#ffa50020", // Orange with 20% opacity
    "errorHighlighter.infoBackground": "#007bff20"     // Blue with 20% opacity
  }
}
Need to Refresh? 🔄
Usually, everything updates automatically. But if you need to:
- Open Command Palette (Ctrl+Shift+PorCmd+Shift+P)
- Type "Error Highlighter: Refresh"
About Me 👋
Jihad
Student at East Delta University, Chittagong, Bangladesh
🔗 GitHub
 
Help & Support 🤝