AutoSemi
Automatically add semicolons as you type
✨ What Does It Do?
AutoSemi automatically places semicolons at the end of your lines when you press Enter. No more forgetting semicolons or going back to add them!
Just type your code and press Enter → AutoSemi does the rest 🎯
🌟 Features
- Smart Detection: Knows when to add semicolons and when to skip
- Multi-Language: Works with JavaScript, TypeScript, Java, and more
- Fast & Light: Doesn't slow down your editor
- Configurable: Choose which languages to enable
🚀 How to Use
- Install the extension from VS Code Marketplace
- Start coding as you normally would
- Press Enter after typing a line
- Watch as AutoSemi automatically adds the semicolon ✅
That's it! No setup needed – it just works.
📋 Supported Languages
Language |
Status |
JavaScript |
✅ Perfect |
TypeScript |
✅ Perfect |
Java |
✅ Great |
C# |
⚡ Good |
C++ |
⚡ Good |
⚙️ Settings (Optional)
You can customize AutoSemi in VS Code settings:
- Turn it on/off for specific languages
- Adjust how fast it responds
- Choose to skip comments and strings
🎯 Examples
Before pressing Enter:
const name = "John"
console.log("Hello")
After pressing Enter:
const name = "John";
console.log("Hello");
📦 Installation
- Open VS Code
- Press
Ctrl+P
(or Cmd+P
on Mac)
- Type
ext install Moayad.AutoSemi
- Press Enter and enjoy!
💖 Support
If you love AutoSemi, please:
- ⭐ Star the repository on GitHub
- 🐛 Report any issues you find
- 💡 Suggest new features
Made with ❤️ for developers who forget semicolons
Because sometimes, the smallest things make the biggest difference