Overview Version History Q & A Rating & Review
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
Install Node.js with npm and Visual Studio Code.
Get the required files:
npm install
Make the package:
vsce package
Or
npx vsce package
Or
npm run package
A .vsix file is created in the current directory.
Move (optional):
mv fortify-formatter-*.*.*.vsix vsix
Publish:
vsce publish
Or
npx vsce publish
📖 Usage
Open a file.
Right-click "Format Document" or press Shift+Alt+F.
🙏 Thanks
Creators of:
🤝 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
This project is licensed under the MIT License. See the LICENSE file for details.
💖 Support