编辑器选择与配置

PhpStorm

Sublime

Atom

  • 安装插件
    file icons
    emmet
    docblockr
  • 设置微信小程序代码高亮
    1、打开 config.cson 配置文件
    Atom -> Config
    1
    2
    3
    4
    5
    6
    "*":
    core:
    customFileTypes:
    'text.html.basic': ['wxml']
    'source.css': ['wxss']
    'source.js': ['wxs']

参考:
http://www.okeydown.com/html/2018/06-16/545.html