vscod插件

Babel JavaScript

Code Runner

Debugger for Chrome

ESLint

HTML CSS Support

HTML Snippets

background   

JavaScript (ES6) code snippets

JavaScript Atom Grammar

jQuery Code Snippets

Quokka.js

JS JSX Snippets

TSLint

Search node_modules

Node.js Extension Pack

Prettier - Code formatter

npm

Typings

Vetur

Path Intellisense

PHP Intelephense

Path Autocomplete

PHP Server

vscode-icons

XML Tools

npm Intellisense

open in browser

Material Icon Theme  图标美化

Material Theme    主题 

Live Server   浏览器自动刷新

Beautify    代码美化

Bracket Pair Colorizer    代码括号颜色不同

indent-rainbow    快级区分代码美化

Power Mode    打字特效

Document This   代码注释美化

ES7 React/Redux/GraphQL/React-Native snippets  代码提示

 
 
//设置    可以自己修改
// {
        // "window.titleBarStyle": "custom",
        // "editor.tokenColorCustomizations": {
        //   "comments": "#ff0b20ef", // 注释
        //   "keywords": "#2e09ff", // 关键字
        //   "variables": "#fc0404", // 变量名
        //   "strings": "#f10790bd", // 字符串
        //   "functions": "#00e1ffc9", // 函数名
        //   "numbers": "#4d0efa" // 数字
        // },
        // // 选中高亮的颜色
        //     "workbench.colorCustomizations": {
        //     "editor.selectionBackground": "#3cbabe"//选中高亮
        // },
    // "editor.fontSize": 22,//字体大小
      // "files.autoSave": "afterDelay",//自动保存
    // "files.autoSaveDelay": 60,//自动保存时间间隔
          // "background.useDefault": true,//是不是要用默认主题
          // "background.customImages": ["file:///D:/王文杰/timg11.jpg"],//默认主题位置
          // "background.style": {//图片设置
          // "content": "''",
          // "pointer-events": "none",
          // "position": "absolute",
          // "top": "0",
          // "right": "0",
          // "width": "100%",
          // "height": "100%",
          // "z-index": "99",
          // "background.repeat":"no-repeat" ,
          // "background-size": "content",
          // "opacity": 0.1,
      // }
      // "[html]": { 
      //   "editor.defaultFormatter": "HookyQR.beautify"
      // },
      // // "window.zoomLevel": 0,
      // // "workbench.colorTheme": "Material Theme Lighter High Contrast",
      // "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
      // "[javascript]": {
      //   "editor.defaultFormatter": "vscode.typescript-language-features"
      // },
    //   "git.autofetch": true,
    //   "powermode.enabled": false, //启动效果
    //   "powermode.presets": "fireworks", // 动画效果
    //   "powermode.enableShake": false,
    //   "liveServer.settings.donotShowInfoMsg": true,
    //   "workbench.iconTheme": "vscode-icons",
    //   "editor.fontLigatures": true,
    //   "editor.fontWeight": "200",
    //   "editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
    // "liveServer.settings.donotVerifyTags": true,
    // "editor.suggestSelection": "first",
    // "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    // "python.pythonPath": "C:\\Program Files\\Python37\\python.exe",
    // "workbench.colorTheme": "Atom One Dark",
    // }


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

原文地址:https://www.cnblogs.com/wangwenjie98/p/11598909.html