vuejs / vetur

Vue tooling for VS Code.
https://vuejs.github.io/vetur/
MIT License
5.75k stars 593 forks source link

Allow numso.prettier-standard-vscode for js/ts #2017

Open mesqueeb opened 4 years ago

mesqueeb commented 4 years ago

Feature Request

I'd love support for this VSCode formatter for JS/TS:

yoyo930021 commented 4 years ago

You can use Format Document With... command to format Vue file with numso.prettier-standard-vscode extenstion?

mesqueeb commented 4 years ago

@yoyo930021 yes you can, the problem iswhen you do it like that the vetur sass formatter is not used.

So it's vetur that needs to enable the numso one to be able to have it applied just to the script portion, while formatting sass with the sass one.