vue-beautify icon indicating copy to clipboard operation
vue-beautify copied to clipboard

'vueBeautify.format' not found

Open aislanmaia opened this issue 5 years ago • 14 comments

Pressing Ctrl+Shift+F, VSCode shows up the message command 'vueBeautify.format' not found

aislanmaia avatar Apr 04 '19 16:04 aislanmaia

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.... ??

gkpo avatar Apr 08 '19 10:04 gkpo

got the same problem

ohbob avatar Jun 24 '19 22:06 ohbob

Also get this

leads avatar Jun 27 '19 10:06 leads

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

yasirrose avatar Jun 29 '19 09:06 yasirrose

Same here on macOS vs code: 1.36.1

simon300000 avatar Jul 23 '19 15:07 simon300000

Got it fixed by use this instead: https://github.com/Keraun/vue-beautify https://marketplace.visualstudio.com/items?itemName=peakchen90.vue-beautify

simon300000 avatar Jul 23 '19 15:07 simon300000

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).

trusktr avatar Sep 20 '19 23:09 trusktr

Same issue here. vue-beautify2 plugin works properly. uninstall vue-beautify

zeroone001 avatar Sep 26 '19 03:09 zeroone001

I have the same problem, but I can "fix" changing the config.

    {
        "key": "ctrl+shift+f",
        "command": "vueBeautify.format",
        "when": "!editorReadonly && resourceLangId == 'vue'"
    },

krbaio3 avatar Feb 18 '20 12:02 krbaio3

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

isetpro avatar Mar 22 '20 05:03 isetpro

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)

image

type vue click twice and change: image

Ezra-Siton-UIX avatar Apr 11 '20 12:04 Ezra-Siton-UIX

vue-beautify2 completely screws the formatting VS Code 1.45.0

Screaminlean avatar May 13 '20 07:05 Screaminlean

Best in the market vue-format.

ejaz47 avatar Jul 30 '20 19:07 ejaz47

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

Wesley-Sinde avatar Feb 24 '22 13:02 Wesley-Sinde