vue-beautify
vue-beautify copied to clipboard
vscode的一个vue格式化插件
``` ``` 格式化后每行都给插入空行,怎么去掉 ``` ```
测试代码: ``` 客服 回到顶部 ``` 格式化后代码: ``` 客服 回到顶部 ``` vscode version: 版本 1.26.1 (1.26.1) vue-beautify: 最新版本 系统: macos
I'd suggest removing the default keyboard shortcut, or at least put it on something unused. Ctrl + Shift + F is the MacOS shortcut for global search, took me a...
比如,像这种 `import { mapState, mapActions, mapMutations } from 'vuex'` 格式化后就变成 import { mapState, mapActions, mapMutations } from 'vuex' 并不想把这种的格式化掉。。。
可否添加函数名称与括号之间增加空格功能