• vscode使用配置


    {
    "git.path": "E:\installedsoftware\Git\cmd\git.exe",
    // "editor.parameterHints": false,
    // "editor.quickSuggestions": false,
    "fileheader.Author": "ZhangShuai",
    "fileheader.LastModifiedBy": "ZhangShuai",
    "fileheader.tpl": "/* * @Author: {author} * @Date: {createTime} * @Last Modified by: {lastModifiedBy} * @Last Modified time: {updateTime} */ ",
    "workbench.colorCustomizations": {
    "editor.selectionBackground": "#6622aa"
    },
    "editor.wordWrap": "on" ,
    "editor.minimap.enabled": false,
    "window.zoomLevel": 3,
    "workbench.colorTheme": "Material Theme",
    "git.ignoreMissingGitWarning": true
    }
     
     
     
    1.主题颜色  material Theme;
     2.快捷键链接http://blog.csdn.net/crper/article/details/54099319;
    3.在当前文件夹中打开文件快捷键为 ctrl+o;
     
     
     
     
     
     
     
     
     

  • 相关阅读:
    人 生 死 梦
    接口(三):
    接口(二):
    Mac下OpenCV开发环境配置(Terminal和Xcode)
    OcLint的使用
    分类Category的概念和使用流程
    @class
    内存管理
    点语法
    多态的概念和用法
  • 原文地址:https://www.cnblogs.com/feixiangsnail15-12-28/p/8379347.html
Copyright © 2020-2023  润新知