Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Java Smart SemicolonNew to Visual Studio Code? Get it now.
Java Smart Semicolon

Java Smart Semicolon

RyanSeiyuPublisher

|
1,302 installs
| (0) | Free
Java Smart Semicolon is a Visual Studio Code extension that helps Java developers write code faster and with fewer errors. With this extension, you can say goodbye to manually adding semicolons at the end of each line of code. Instead, the extension automatically adds semicolons where they are neede
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JavaSmartSemicolon README

JavaSmartSemicolon is a Visual Studio Code extension that automatically adds semicolons to the end of Java code lines that require them.

Features

It uses regular expressions to identify lines that end with a Java declaration or a method call without a semicolon, and adds the missing semicolon at the end of the line. The extension also checks if a line ends with a closing parenthesis and adds a semicolon if necessary, but only if the line does not start with a dot. This saves time and reduces errors when writing Java code, and helps ensure that your code is properly formatted and free of syntax errors.

Using

Requirements

Just press F1 or your Code Command Palette and chose "Add Semicolons".

Extension Settings

This extension contributes the following settings:

  • JavaSmartSemicolon.addSemicolons: Will check for any line that doesn't have a semicolon and apply it.

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of JavaSmartSemicolon

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