VScode配置

编辑器配置看自己习惯,这里是为了记录我自己的配置习惯:

settings.json

{
    //vscode编辑器全局设置
    //主题色
    "workbench.colorTheme": "Monokai",
    //鼠标滚轮缩放字体大小
    "editor.mouseWheelZoom": true,
    //自动换行
    "editor.wordWrap": "on",
    //自动保存
    "files.autoSave": "afterDelay",
    //自动保存时间
    "files.autoSaveDelay": 100,
    //文件字号大小
    "editor.fontSize": 20,
    //markdown字号大小 
    "markdown.preview.fontSize": 20,
    //关闭文件预览模式
    "workbench.editor.enablePreview": false,
    //双击打开文件
    "workbench.list.openMode": "doubleClick",
    //覆盖当前所选颜色主题的颜色
    "workbench.colorCustomizations": {
        //选中背景色
        "editor.selectionBackground": "#9d560fa2",
        //选中前景色
        "editor.selectionForeground": "#fff",
        //与选择内容相同的区域的颜色
        "editor.selectionHighlightBackground": "#9d560f00",
        //与选择内容相同的区域的边框颜色
        "editor.selectionHighlightBorder": "#A6E22E",
        //光标指在变量时的背景色
        "editor.wordHighlightStrongBackground": "#e22e3700",
        //光标指在变量时的边框色
        "editor.wordHighlightStrongBorder": "#A6E22E",
        //当前搜索匹配的颜色
        "editor.findMatchBackground": "#9d560fa2",
        //其他搜索匹配的颜色
        "editor.findMatchHighlightBackground": "#ebd071",
        //当前搜索匹配的边框颜色
        // "editor.findMatchBorder": "#fff",
        //匹配括号后面的背景颜色
        "editorBracketMatch.background": "#A6E22E",
        //匹配括号框的颜色
        "editorBracketMatch.border": "#ffffff00"
    }
    
    
}

 

转载于:https://www.cnblogs.com/zhangruiqi/p/10756446.html

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值