vscode安装使用

作者: 手指乐 | 来源:发表于2019-10-02 15:22 被阅读0次
  • view in browser不支持mac,可以用open in browser替换,alt+b->在默认浏览器中打开

  • css自动补全设置:
    安装html css support插件
    在user设置中加入:
    "editor.parameterHints": true,
    "editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
    }

  • alt+shift+f:格式化代码

  • alt+shift+鼠标拖动:列模式选择

  • 常用插件:

    open in browser:浏览器预览插件

    html css support:html ,css代码自动补全

    eslint:码规范和错误检查工具

相关文章

网友评论

    本文标题:vscode安装使用

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