Skip to content

abotsi/vue-beautify

 
 

Repository files navigation

vue-beautify for vscode

Features

Beautify Vue code in Visual Studio Code.

preview

Usage

  1. Keyboard Shortcut: ctrl+shift+f ;
  2. Open context menu in vue, choose Beautify Vue ;
  3. Press F1, search Beautify Vue, and click the item.

Indent Option

The vue-beautify's indent option according to the textEditor's indent option, like this:

indent option

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" 
    }

Github

https://github.com/peakchen90/vue-beautify

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%