Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Pug vue beautifyNew to Visual Studio Code? Get it now.
Pug vue beautify

Pug vue beautify

dtx92

|
11,440 installs
| (1) | Free
Simple Pug/Jade beautify with Vuu support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-pugbeautify

pug-beautify plugin for VS Code.

vscode-pugbeautify

Install

  • Press F1 and select Extensions: Install Extensions.
  • Search for and select pugbeautify.

See the extension installation guide for details.

Usage

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

Supported languages

  • Jade
  • Pug

Supported settings

pugbeautify.fillTab

  • Type: Boolean|null
  • Default: Obtained from the current document (null)

Indent with Tabs, if false, with spaces.

pugbeautify.omitDiv

  • Type: Boolean
  • Default: false

Omit div tag when it has id or class.

pugbeautify.fillTab

  • Type: Boolean|null
  • Default: Obtained from the current document (null)

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": "pugvuebeautify.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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft