vue-beautify
vue-beautify copied to clipboard
vscode的一个vue格式化插件
Note: This project is no longer maintained. 注意:这个项目已经不在维护了
vue-beautify for vscode
Features
Beautify Vue code in Visual Studio Code.

Usage
- Keyboard Shortcut:
ctrl+shift+f; - Open context menu in vue, choose
Beautify Vue; - Press
F1, searchBeautify Vue, and click the item.
Indent Option
The vue-beautify's indent option according to the textEditor's indent option, like this:

Keyboard Shortcut
Use the following to embed a beautify shortcut in keybindings.json. Replace with your preferred key bindings.
{
"key": "ctrl+shift+f",
"command": "extension.vueBeautify",
"when": "editorTextFocus && !editorReadonly"
}