美文网首页
VS Code 使用技巧

VS Code 使用技巧

作者: 7cf6c01a5633 | 来源:发表于2018-12-20 17:13 被阅读0次
  1. 代码折叠[Folding region]
    a.vetur支持暂时不支持LSP,可以配置插件的vetur/languages/vue-language-configuration.json这个文件。
  "folding": {
    "markers": {
      "start": "(^<(template|style|script)[^>]*>\\b|^\\s*//\\s*#?region\\b)",
      "end": "(^<\/(template|style|script)>\\b|^\\s*//\\s*#?endregion\\b)"
    }
  }

相关文章

网友评论

      本文标题:VS Code 使用技巧

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