Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>AutoSemiNew to Visual Studio Code? Get it now.
AutoSemi

AutoSemi

Moayad

|
3 installs
| (0) | Free
Automatically inserts semicolons at the end of lines as you type
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AutoSemi

AutoSemi Logo
Automatically add semicolons as you type

VS Code Extension Version 0.1.1

✨ 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

  1. Install the extension from VS Code Marketplace
  2. Start coding as you normally would
  3. Press Enter after typing a line
  4. 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

  1. Open VS Code
  2. Press Ctrl+P (or Cmd+P on Mac)
  3. Type ext install Moayad.AutoSemi
  4. 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft