Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohd-akram/vscode-html-format
A Visual Studio Code extension for formatting HTML documents.
https://github.com/mohd-akram/vscode-html-format
html-format vscode vscode-extension
Last synced: about 2 months ago
JSON representation
A Visual Studio Code extension for formatting HTML documents.
- Host: GitHub
- URL: https://github.com/mohd-akram/vscode-html-format
- Owner: mohd-akram
- License: mit
- Created: 2018-03-03T12:48:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T09:51:58.000Z (6 months ago)
- Last Synced: 2024-07-31T07:19:09.707Z (4 months ago)
- Topics: html-format, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=mohd-akram.vscode-html-format
- Size: 197 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - vscode-html-format - A Visual Studio Code extension for formatting HTML documents. (TypeScript)
README
# HTML Format for Visual Studio Code
Formats HTML documents by auto-indenting, wrapping and removing unnecessary
whitespace while preserving newlines.## Usage
To format an HTML or Handlebars document you have open, use the
**Format Document** command.## Extension Settings
`editor.wordWrapColumn` controls the maximum line length.