vuejs / vetur

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

pugvuebeautify can't beautify pug in vue #3182

Open Yuanxin-liu opened 3 years ago

Yuanxin-liu commented 3 years ago

mac pug vue beautify version: v1.0.2 When I use plain HTML in .vue file, code can be beautified as follow picture.

截屏2021-10-08 下午3 14 51

However, when I use pug in .vue file, code can't be beautified as follow picture.

截屏2021-10-08 下午3 15 36
Yuanxin-liu commented 3 years ago

I want to know how to solve this problem

yoyo930021 commented 3 years ago

Pug vue beautify isn't this project.

You can use prettier with @prettier/plugin-pug for formatting vue pug template in Vetur. https://vuejs.github.io/vetur/guide/formatting.html#formatters