美文网首页
【Webstrom】配置uniapp、微信

【Webstrom】配置uniapp、微信

作者: 大Q本Q | 来源:发表于2019-08-23 16:49 被阅读0次

webstrom中wxml、wxss代码高亮

  1. Preferences-Editor-File Types
  2. 添加wxml支持


    image.png
  3. 添加wxss支持


    image.png

webstrom格式化样式后,rpx前多一个空格

  1. Preferences-Tools-File Watchers
image.png
image.png
  1. 格式化后,rpx短暂出现空格,随后马上自动消失

webstrom中rpx提示错误,飘红

  1. Preferences-Editor-Inspections-CSS-Invalid elements
  2. Invalid CSS property value去掉勾选

webstrom写uni-app时,view、image、cover-view、cover-image不识别,且属性class、src等不识别

  1. Preferences-Editor-Inspections-HTML
  2. 标签不识别:Unknown HTML tag中加入标签名


    image.png
  3. 属性不识别:Unknown HTML tag attribute中加入属性名


    image.png

相关文章

网友评论

      本文标题:【Webstrom】配置uniapp、微信

      本文链接:https://www.haomeiwen.com/subject/bwptectx.html