vue-beautify
vue-beautify copied to clipboard
'vueBeautify.format' not found
Pressing Ctrl+Shift+F
, VSCode shows up the message command 'vueBeautify.format' not found
Had the same issue, then I uninstalled the extension and re-installed it. Now the message has disappeared, but nothing happens when I click "Vue Beautify" in the context menu.... ??
got the same problem
Also get this
Mine is fixed.
Install Prettier extension. URL - https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode Go to File > Preferences > Settings Add below, "prettier.singleQuote": true, "prettier.semi": false, "prettier.eslintIntegration": true Save. Try Alt + Shift + F
Same here on macOS vs code: 1.36.1
Got it fixed by use this instead: https://github.com/Keraun/vue-beautify https://marketplace.visualstudio.com/items?itemName=peakchen90.vue-beautify
Same issue here. Looks like @peakchen90 doesn't have time for this.
vue-beautify2
plugin works though! (says "no longer maintained", but at least it works).
Same issue here. vue-beautify2 plugin works properly. uninstall vue-beautify
I have the same problem, but I can "fix" changing the config.
{
"key": "ctrl+shift+f",
"command": "vueBeautify.format",
"when": "!editorReadonly && resourceLangId == 'vue'"
},
Mine is fixed.
Install Prettier extension. URL - https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode Go to File > Preferences > Settings Add below, "prettier.singleQuote": true, "prettier.semi": false, "prettier.eslintIntegration": true Save. Try Alt + Shift + F
I tried it, but it didn't work. Also I did't find "prettier.eslintIntegration"'s setting
vue-beautify
Note: This project is no longer maintained (under readme.md).
Solution works for me( VS 1.44) :
Remove vue-beautify
reload --> and install vue-beautify2
(vue-beautify
281,477 download plugin not working - why not removing this plugin from VS list?).
Download: https://marketplace.visualstudio.com/items?itemName=keraun.vue-beautify2
shortcuts
Change keyboard shortcut her (I like to use shift+tab like codepen/jsfiddle shortcut for auto-indent)
type vue click twice and change:
vue-beautify2 completely screws the formatting VS Code 1.45.0
Best in the market vue-format.
Just Install Vetur and all will be done here is the information about it
Name: Vetur Id: octref.vetur Description: Vue tooling for VS Code Version: 0.35.0 Publisher: Pine Wu VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=octref.vetur