win7killer / vue-format

VSCode extension, format single file with '.vue'.(VSCode 插件,格式化单文件“.vue”代码)
https://marketplace.visualstudio.com/items?itemName=febean.vue-format
MIT License
47 stars 10 forks source link

很喜欢这一套格式化的结果.能不能再优化下呢 #14

Closed lifetin closed 5 years ago

lifetin commented 5 years ago

很喜欢这一套格式化的结果.能不能再优化下呢 比喻ctrl+shift+F默认就把vue给式化了, 如果能用这个格式化独立的HTML,JS,CSS这样更好了. 免得再又配置其它的文件独立格式化.

lifetin commented 5 years ago

这个可以默认关联上vue的文件 { "key": "ctrl+shift+f", "command": "extension.vueFormat", "when": "editorTextFocus && editorLangId == 'vue'" }

win7killer commented 5 years ago

@lifetin

lifetin commented 5 years ago

目前用了beautify,但是不太理想,和你这个格式化的结果不一样,也不太会手动配置的了. 要一个个的试. 觉得你这个比较符合个人强追症

win7killer commented 5 years ago

@lifetin 快捷键已在 v1.0.7 中支持。 alt[cmd] + ctrl + p