VSCode配置

VS Code

安装地址

常用插件:

  • 中文插件:Chinese
  • 颜色主题:atom one dark
  • 文件夹图标: VSCode Great Icons
  • 在浏览器中打开网页:open in browser、Live Server
  • 自动重命名标签:auto rename tag
  • ES7+ React/Redux/React-Native snippets
  • 单位转换px to rem
  • 画图Draw.io Integration
  • 生成代码片段
  • Path Intellisense: 路径提示

常设配置

  • Auto Save 自动保存

  • Font Size 修改代码字体大小

  • Word Wrap 代码自动换行

  • Render Whitespace 空格的渲染方式

  • Tab Size 代码缩进(推荐2个空格)

  • 设置代码块标识

    {
        "editor.bracketPairColorization.enabled": true,
        "editor.guides.bracketPairs":"active"
    }
    

Chrome安装插件

posted @ 2023-03-25 23:53  转角90  阅读(12)  评论(0编辑  收藏  举报