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
    }
    

      

     

  • 相关阅读:
    fopen和open的区别
    vc代码缩进
    防止u盘中autorun的一个小方法
    判断单链表是否有环
    四色原理
    Log4j的使用
    Ant学习笔记
    关于Oracle Exp00003问题的解决方法
    装机小记
    用iframe做编辑器
  • 原文地址:https://www.cnblogs.com/jkr666666/p/7605334.html
Copyright © 2011-2022 走看看