Yet another formatter.
- Formats HTML, CSS, JavaScript, and JSON using js-beautify.
- Formats PHP using Prettier.
- Formats Intel x86 Assembly using a custom formatter.
- Get the
.vsixfile. - Open Visual Studio Code.
- Go to Extensions.
- Click the "..." menu in the upper right corner.
- Select "Install from VSIX...".
- Select the
.vsixfile.
-
Install Node.js with npm and Visual Studio Code.
-
Get the required files:
npm install- Make the package:
vsce package-
A
.vsixfile is created in the current directory. -
Move (optional):
mv fortify-formatter-*.*.*.vsix vsix- Open a file.
- Right-click "Format Document" or press
Shift+Alt+F.
Creators of:
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.
This project is licensed under the MIT License. See the LICENSE file for details.