1.新建文件:cmd+n
2.设置默认浏览器:
https://blog.csdn.net/zSY_snake/article/details/83449571
3.view in browser不支持mac,可以用open in browser替换,alt+b->在默认浏览器中打开
4.css自动补全设置:
安装html css support插件
在user设置中加入:
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
5.alt+shift+f:格式化代码
6.alt+shift+鼠标拖动:列模式选择
7.常用插件:
open in browser:浏览器预览插件
html css support:html ,css代码自动补全
eslint:码规范和错误检查工具