打开Sublime3 ,在上方工具栏按照
Tools>build system>new build system , 然后粘贴如下代码片段
{ "cmd": ["/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", "$file"], "selector": ["text.html"] }
cmd + s保存为browse.sublime-build,然后随意写一个html,mac上用command+shift+b,windows上用win+b就可以看到效果了。