Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>SemiFix — JavaScript & TypeScript Semicolon FixerNew to Visual Studio Code? Get it now.
SemiFix — JavaScript & TypeScript Semicolon Fixer

SemiFix — JavaScript & TypeScript Semicolon Fixer

Northern Gate

|
1 install
| (0) | Free
Find and fix missing semicolons in JavaScript and TypeScript projects with one click. Supports JS, JSX, TS, TSX, MJS, and CJS.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SemiFix — JavaScript & TypeScript Semicolon Fixer

SemiFix scans your JavaScript and TypeScript projects for missing semicolons and fixes them with one click.

Features

  • Scan your entire project for missing semicolons
  • Fix missing semicolons with one click
  • View the number of files scanned
  • View files containing missing semicolons
  • View the total number of missing semicolons
  • See missing-semicolon counts for each file
  • Supports JavaScript and TypeScript
  • Supports JSX and TSX
  • Supports MJS and CJS
  • Automatically ignores common dependency and build folders

Supported Files

  • .js
  • .jsx
  • .ts
  • .tsx
  • .mjs
  • .cjs

Before You Run

SemiFix modifies source files in your project.

For safety, it is recommended to commit your current changes to Git before using Fix Semicolons.

git add .
git commit -m "Before running SemiFix"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft