您当前的位置: 首页 >  vscode

彭世瑜

暂无认证

  • 0浏览

    0关注

    2791博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

VSCode插件 Beautify格式化微信小程序wxml属性换行显示

彭世瑜 发布时间:2021-06-25 11:44:24 ,浏览量:0

文档:https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify

settings.json 配置

// 关联文件
"files.associations": {
    "*.wxss": "css",
    "*.wxs": "javascript",
    "*.wxml": "html"
  },

// 属性换行显示
"html.format.wrapAttributes": "force-aligned",

// 指定格式化工具
"[html]": {
	"editor.defaultFormatter": "HookyQR.beautify"
},
关注
打赏
1665367115
查看更多评论
立即登录/注册

微信扫码登录

0.3633s