首页 > 代码库 > .vue,跟小程序文件在sublime里面怎么实现代码格式化

.vue,跟小程序文件在sublime里面怎么实现代码格式化

.vue文件跟小程序的.wxml,.wxss用sublime的HTML/CSS/JS prettify插件也可以实现格式化代码的效果

首先你在sublime要已经安装好了HTML/CSS/JS prettify插件

preferences=>Package settings=>HTML/CSS/JS prettify=>Set Prettify Preferences=>

"allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg","vue","wxml"],

把wxml,vue,wxss文件都加进去,就可以用这个插件来格式化.vue,还有小程序的文件了

 

.vue,跟小程序文件在sublime里面怎么实现代码格式化