https://github.com/mrmlnc/vscode-pugbeautify
:electric_plug: Simple Pug/Jade beautify plugin for VS Code.
https://github.com/mrmlnc/vscode-pugbeautify
pug visual-studio-code vscode vscode-extension
Last synced: 3 months ago
JSON representation
:electric_plug: Simple Pug/Jade beautify plugin for VS Code.
- Host: GitHub
- URL: https://github.com/mrmlnc/vscode-pugbeautify
- Owner: mrmlnc
- License: mit
- Created: 2016-09-22T16:50:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T17:22:29.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T10:35:43.885Z (3 months ago)
- Topics: pug, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://goo.gl/VLj9SL
- Size: 34.2 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-pugbeautify
> [pug-beautify](https://github.com/vingorius/pug-beautify) plugin for VS Code.

## Install
* Press `F1` and select `Extensions: Install Extensions`.
* Search for and select `pugbeautify`.See the [extension installation guide](https://code.visualstudio.com/docs/editor/extension-gallery) 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`:
```json
{
"key": "ctrl+shift+c",
"command": "pugbeautify.execute"
}
```## Changelog
See the [Releases section of our GitHub project](https://github.com/mrmlnc/vscode-pugbeautify/releases) for changelogs for each release version.
## License
This software is released under the terms of the MIT license.