BugBhai is a fun and powerful VS Code extension that detects common coding errors in JavaScript and TypeScript and displays friendly messages in English 🇬🇧 or Hindi 🇮🇳.
Perfect for beginners, students, and developers who want faster understanding of errors, cleaner code, and a little fun while coding! 😎
✨ Features
✅ Detects common errors in:
JavaScript
TypeScript
🌐 Bilingual Error Messages
English (en)
Hindi (hi)
🧠 Smart & Simple
Easy-to-understand explanations
Helps beginners learn faster
⚡ Lightweight & Fast
Activates only for supported languages
No performance impact
🖱️ Hover & Diagnostics
Shows missing semicolons
Detects undefined variables
Warns about unused functions
Highlights incomplete blocks
Hover explanation in chosen language
⚙️ Extension Settings
This extension contributes the following setting:
Setting
Description
Default
hoverErrors.language
Select error message language (en or hi)
en
Example configuration in settings.json:
{
"hoverErrors.language": "hi"
}
---
## 📬 Contact & Support
If you face any issues, have feature requests, or want to collaborate, feel free to contact:
- 👤 **Author:** Sudhanshu Raj
- 📧 **Email:** sudhanshu.ok1802@gmail.com
- 🐙 **GitHub:** [https://github.com/Codesmashersgit](https://github.com/Codesmashersgit)