Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Fix Missing SemicolonsNew to Visual Studio Code? Get it now.
Fix Missing Semicolons

Fix Missing Semicolons

Christian Pulvermacher

|
36 installs
| (0) | Free
Automatically fix syntax errors for missing semicolons in Java
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Fix Missing Semicolons

Latest Release Installs Status License

Automatically fix Java syntax errors for missing semicolons.

Demo

Features

  • Saving a Java file automatically fixes any Syntax error, insert ";" errors found.
  • Does not insert semicolons if there are any other language errors in the file.

Limitations

  • May not work for cases like where the Java language server produces less clear syntax errors (e.g. lambda expressions).

Why?

Semicolon placement in Java is fairly unambiguous, to the point that the compiler or IDE integration will helpfully tell you exactly where you forgot to add it. This extension goes one step further and adds the missing semicolon.

Compared to other extensions, this one does not require you to run any special commands, but directly detects and fixes the syntax errors.

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