mrmlnc / vscode-pugbeautify

:electric_plug: Simple Pug/Jade beautify plugin for VS Code.
https://goo.gl/VLj9SL
MIT License
5 stars 1 forks source link
pug visual-studio-code vscode vscode-extension

vscode-pugbeautify

pug-beautify plugin for VS Code.

vscode-pugbeautify

Install

See the extension installation guide for details.

Usage

Press F1 and run the command named Beautify pug/jade.

Supported languages

Supported settings

pugbeautify.fillTab

Indent with Tabs, if false, with spaces.

pugbeautify.omitDiv

Omit div tag when it has id or class.

pugbeautify.fillTab

When fillTab is false, fill tabSize spaces.

Keyboard shortcuts

For changes keyboard shortcuts, create a new rule in File -> Preferences -> Keyboard Shortcuts:

{
  "key": "ctrl+shift+c",
  "command": "pugbeautify.execute"
}

Changelog

See the Releases section of our GitHub project for changelogs for each release version.

License

This software is released under the terms of the MIT license.