vscode配置

2023-05-16

{
    "window.zoomLevel": 1, //窗口.缩放级别
    "editor.tabSize": "4", //工作台主题颜色
    "typescript.updateImportsOnFileMove.enabled": "always",
    "breadcrumbs.enabled": false, // 开启 vscode 文件路径导航
    // "tslint.autoFixOnSave": true, // #每次保存的时候将代码按tslint格式进行修复
    "eslint.autoFixOnSave": true, // #每次保存的时候将代码按eslint格式进行修复
    // "prettier.semi": false,//prettier 设置语句末尾不加分号
    "prettier.singleQuote": true, // prettier 设置强制单引号
    //"vetur.format.defaultFormatter.js": "vscode-typescript", // #让vue中的js按编辑器自带的ts格式进行格式化 
    //"window.enableMenuBarMnemonics": false,
    //"liveServer.settings.donotShowInfoMsg": true,
    "workbench.colorCustomizations": { // 颜色设置
        // "foreground": "#75a478",
        "editor.background": "#C7EDCC",
        // "editor.background": "#c1d8ac",
        "sideBar.background": "#FAF9DE",
        "terminal.background": "#EAEAEF",
        "editor.selectionHighlightBackground": "#dd6b4e",
    },
    "editor.fontLigatures": null,
    "editor.suggestSelection": "first",
    //"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    //"editor.autoIndent": "keep",
    "editor.wordWrap": "wordWrapColumn",
    "editor.acceptSuggestionOnEnter": "off",
    "editor.insertSpaces": true,
    "editor.lineNumbers": "on",
    "editor.rulers": [120],
    "workbench.colorTheme": "Visual Studio Light",
   /* "[markdown]": {
        "editor.formatOnSave": false,
        "editor.wordWrap": "on",
        "editor.renderWhitespace": "all",
        "editor.acceptSuggestionOnEnter": "off"
    },*/
    /*"editor.formatOnType": false,
    "editor.formatOnSave": false,*/
    "C_Cpp.clang_format_style": "{ BasedOnStyle: LLVM,IndentWidth: 4, TabWidth: 4,}",
    "editor.wordWrap": "off",
    "diffEditor.wordWrap": "off",
    "cmake.configureOnOpen": true,
    /*"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google,}",*/

    /*"C_Cpp.vcFormat.wrap.preserveBlocks": "never",
    "vim.textwidth": 120,
    "C_Cpp.vcFormat.newLine.beforeOpenBrace.namespace":"newLine",
    "C_Cpp.vcFormat.newLine.beforeOpenBrace.type":"newLine",
    "C_Cpp.vcFormat.newLine.beforeOpenBrace.function":"newLine",
    "C_Cpp.vcFormat.newLine.beforeOpenBrace.block":"newLine",
    "C_Cpp.vcFormat.newLine.beforeOpenBrace.lambda":"newLine",
    "C_Cpp.vcFormat.newLine.scopeBracesOnSeparateLines":true,
    "C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyType":true,
    "C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyFunction":true,
    "C_Cpp.vcFormat.newLine.beforeCatch":true,
    "C_Cpp.vcFormat.newLine.beforeElse":true,
    "C_Cpp.vcFormat.newLine.beforeWhileInDoWhile": true,*/
}

快捷键



https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf

https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf

Visual Studio Code Key Bindings 

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

vscode配置 的相关文章

随机推荐

  • c#实验一

    该文档包含部分代码 若下载工程文件可以https download csdn net download sereasuesue 12057862 xff08 1 xff09 编写一个Windows应用程序 xff0c 计算n xff0c n
  • c#实验2 3

    上机练习题 xff08 1 xff09 构造一个类 xff0c 可以分别对任意多个整数 小数或字符串进行排序 答 xff1a 具体步骤和主要代码如下 xff1a 创建一个控制台应用程序exerciseSort 在Program cs文件中定
  • Javaweb大作业文档部分预览

    完整文档见https download csdn net download gd88081801 10149302 代码文件见https download csdn net download sereasuesue 12063101 目录
  • 人机交互大作业文档预览

    下载地址https download csdn net download sereasuesue 12063370 人机交互期末大作业 目录 一 设计题目 2 二 核心技术 2 三 功能实现 2 登录功能 2 四 界面设计 4 设计风格 8
  • 委托(Delegate)

    C 中的委托 xff08 Delegate xff09 类似于 C 或 C 43 43 中函数的指针 委托 xff08 Delegate xff09 是存有对某个方法的引用的一种引用类型变量 引用可在运行时被改变 委托 xff08 Dele
  • c#控制台输入输出

    控制台输出 C 控制台程序一般使用 NET Framework Console 类提供的输入 输出服务 Console WriteLine 34 Hello World 34 语句使用 WriteLine 方法 它在命令行窗口中显示其字符串
  • DAY 1

    DAY 1 温故而知新 可以为师矣 例子 xff08 仿照例子逻辑拆解单词 xff09 e vident 明显的 xff0c 明白的 e出 43 vid看 查 43 ent 的 看出来了 明显的 placid pl s d adj 平静的
  • day2

    malevolent m l v l nt adj 恶毒的 xff1b 心肠坏的 male volent male坏的 43 vol意愿 43 ent 形容词后缀 有坏的意愿 adj 恶毒的 xff1b 心肠坏的 benediction b
  • wsl ubuntu18.04 编译ffmpeg

    编译错误见ffbuild config log xff0c 文件有执行 configure的错误提示 1 安装 nasm sudo apt install nasm 2 安装pkg config sudo apt get install p
  • c#程序设计 大作业

    第一题 xff1a 控制台程序设计题 设计一个有继承机制下类的层次化结构程序 该程序中基类为一个圆Circle是抽象类 在Circle类中定义数据成员半径r 圆心位置坐标p x Y 为另外一个Point类的对象 以及抽象方法area 和vo
  • python中安装包或者更新包出现Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))…

    问题 python中安装包或者更新包出现Retrying Retry total 61 4 connect 61 None read 61 None redirect 61 None status 61 None pip的下载源存在国外和国
  • 安装dib出现问题 CMake编译问题

    解决方案 安装dlib前需要先安装cmake 和boost 然后才能正确安装dlib pip install boost pip install cmake pip install dib 报错信息 Installing collected
  • 新年期间,如何与沉迷阴谋论的亲戚们斗智斗勇?20200129

    How to fend off your conspiracy obsessed relatives during the holiday season 新年期间 xff0c 如何与沉迷阴谋论的亲戚们斗智斗勇 xff1f It s the
  • coronavirus spreads

    WHO declares global emergency as Wuhan coronavirus spreads 武汉新冠疫情扩散 xff0c 世卫发布全球卫生紧急状态 The World Health Organization dec
  • 数据结构与算法课程设计大作业

    考 核 要 求 课程编号 xff1a 400802010 课程名称 xff1a 数据结构与算法课程设计 考试形式 xff1a 大作业 大作业1 9见我的下载 里面包含多个版本的设计 文件有cpp文件设计文档总结等 一 设计考核说明 xff1
  • Python GUI 开发环境安装

    基本环境 Python3 x解释器环境 pip包管理工具 pipenv虚拟环境管理工具 IDE PyCharm安装 GUI开发环境 全局安装 PyQt5安装 pip install PyQt5 i https pypi douban com
  • 安装ta-lib出错

    Linux下 解决办法 xff1a 获取源码库 sudo wget http prdownloads sourceforge net ta lib ta lib 0 4 0 src tar gz解压进入目录 tar zxvf ta lib
  • FVC指纹验证竞赛2004数据集介绍及下载地址

    下载链接1 http bias csr unibo it fvc2004 databases asp 下载链接2https download csdn net download sereasuesue 12265216 简介 部分图像 使用
  • PyQt5 简介和安装

    PyQt5 简介 PyQt5 是Digia的一套Qt5应用框架与python的结合 xff0c 同时支持2 x和3 x 本教程使用的是3 x Qt库由Riverbank Computing开发 xff0c 是最强大的GUI库之一 xff0c
  • vscode配置

    34 window zoomLevel 34 1 窗口 缩放级别 34 editor tabSize 34 34 4 34 工作台主题颜色 34 typescript updateImportsOnFileMove enabled 34 3