pug-beautify plugin for VS Code.
F1
and select Extensions: Install Extensions
.pugbeautify
.See the extension installation guide for details.
Press F1
and run the command named Beautify pug/jade
.
pugbeautify.fillTab
Boolean|null
null
)Indent with Tabs, if false, with spaces.
pugbeautify.omitDiv
Boolean
false
Omit div tag when it has id or class.
pugbeautify.fillTab
Boolean|null
null
)When fillTab
is false, fill tabSize
spaces.
For changes keyboard shortcuts, create a new rule in File -> Preferences -> Keyboard Shortcuts
:
{
"key": "ctrl+shift+c",
"command": "pugbeautify.execute"
}
See the Releases section of our GitHub project for changelogs for each release version.
This software is released under the terms of the MIT license.