Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Fortify FormatterNew to Visual Studio Code? Get it now.
Fortify Formatter

Fortify Formatter

Inc44

|
8 installs
| (0) | Free
Yet another formatter.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Fortify Formatter VSCode Extension

Stars Forks Watchers Repo Size Language Count Top Language Issues Last Commit Release Sponsor

Yet another formatter.

⚙️ Features

  • Formats HTML, CSS, JavaScript, and JSON using js-beautify.
  • Formats PHP using Prettier.
  • Formats Kotlin using ktfmt.
  • Formats Intel x86 Assembly using a custom formatter.

🚀 Installation

  • Get the .vsix file.
  • Open Visual Studio Code.
  • Go to Extensions.
  • Click the "..." menu in the upper right corner.
  • Select "Install from VSIX...".
  • Select the .vsix file.

📦 Publish

  1. Install Node.js with npm and Visual Studio Code.

  2. Get the required files:

npm install
  1. Make the package:
vsce package

Or

npx vsce package

Or

npm run package
  1. A .vsix file is created in the current directory.

  2. Move (optional):

mv fortify-formatter-*.*.*.vsix vsix
  1. Publish:
vsce publish

Or

npx vsce publish

📖 Usage

  • Open a file.
  • Right-click "Format Document" or press Shift+Alt+F.

🙏 Thanks

Creators of:

  • js-beautify
  • Prettier
  • ktfmt

🤝 Contribution

Contributions, suggestions, and new ideas are heartily welcomed. If you're considering significant modifications, please initiate an issue for discussion before submitting a pull request.

📜 License

MIT

This project is licensed under the MIT License. See the LICENSE file for details.

💖 Support

BuyMeACoffee Ko-Fi Patreon

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