Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>semi-autoNew to Visual Studio Code? Get it now.
semi-auto

semi-auto

zackdcat

|
1 install
| (1) | Free
Automatically adds a semicolon when creating a new line (unless Ctrl is held).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

semi-auto

Automatically adds a semicolon when you press Enter while coding.

Features

  • Automatically adds ; before creating a new line.
  • Hold Ctrl while pressing Enter to skip the semicolon.
  • Supports multiple programming languages.
  • No configuration required.

Supported Languages

  • JavaScript
  • TypeScript
  • Java
  • C
  • C++
  • C#
  • PHP
  • Swift
  • Kotlin
  • Dart
  • Rust
  • Go
  • Objective-C
  • SQL

Requirements

No additional requirements or dependencies.

Extension Settings

This extension does not add any VS Code settings.

It provides two commands:

  • semi-auto.onEnter: Adds a semicolon before creating a new line when Enter is pressed.
  • semi-auto.onCtrlEnter: Creates a new line without adding a semicolon when Ctrl + Enter is pressed.

Known Issues

If you find a bug or a language that isn't working correctly, please open an issue on GitHub.

Release Notes

1.0.0

Initial release of semi-auto.

Contributing

Open an issue or submit a pull request on GitHub.

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