zoukankan      html  css  js  c++  java
  • vs-插件+配置

    {
    "window.zoomLevel": 0,
    "files.autoSave": "off",
    "editor.fontSize": 14,
    "editor.formatOnPaste": false,
    "editor.renderWhitespace": "all",
    "editor.renderControlCharacters": true,
    "editor.detectIndentation": false,
    "editor.formatOnSave": true,
    "editor.tabSize": 2,
    "eslint.autoFixOnSave": true,
    "files.exclude": {
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/.DS_Store": true,
    "**/node_modules": false
    },
    "search.exclude": {
    "**/node_modules": true,
    "**/bower_components": true,
    "**/.vscode": true,
    "**/typings": true
    },
    "eslint.autoFixOnSave": true,
    "vsicons.presets.angular": false,
    "path-autocomplete.extensionOnImport": true,
    "extensions.autoUpdate": true,
    "emmet.syntaxProfiles": {
    "javascript": "jsx"
    },
    "vsicons.projectDetection.autoReload": true,
    "typescript.check.tscVersion": false,
    "workbench.iconTheme": "vscode-icons",
    //"workbench.colorTheme": "One Dark Pro",
    "typescript.check.npmIsInstalled": false,
    "vsicons.dontShowNewVersionMessage": true,
    "editor.minimap.enabled": false,
    "editor.quickSuggestions": {
    "strings": true
    },
    "element-helper.version": "1.4",
    "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
    "typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
    "javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true
    }
    

      

     

  • 相关阅读:
    使用PHP类库PHPqrCode生成二维码
    40+个对初学者非常有用的PHP技巧
    (高级篇)jQuery学习之jQuery Ajax用法详解
    lerna管理前端模块实践
    Node.js:深入浅出 http 与 stream
    从koa-session源码解读session本质
    Elastichsearch实践
    Linux代理搭建TinyProxy
    linux常用命令
    node前后端同构的踩坑经历
  • 原文地址:https://www.cnblogs.com/jkr666666/p/7605334.html
Copyright © 2011-2022 走看看