VScode常用插件及配置
Posted 旧年不在cd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VScode常用插件及配置相关的知识,希望对你有一定的参考价值。
VScode常用插件及配置
一、常用插件
Bracket Pair Colorizer
C/C++
Chinese (Simplified) Language Pack for Visual Studio Code
DeviceTree
Guides
One Dark Pro
vscode-icons
koroFileHeader
二、常用配置
"window.zoomLevel": 0,
"editor.mouseWheelZoom": true,
"workbench.editor.enablePreview": false,
"[c]":
"editor.wordBasedSuggestions": true
,
"workbench.editor.revealIfOpen": true,
"editor.tabSize": 4,
"editor.detectIndentation": false,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "all",
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Dark Pro",
"vsicons.dontShowNewVersionMessage": true,
"files.autoSave": "afterDelay",
"files.eol": "\\n",
"files.encoding": "utf8",
"workbench.colorCustomizations":
"editor.selectionHighlightBackground": "#FFFF00",
,
//函数注释
"fileheader.cursorMode":
"Function":"",
"Description":"",
"Input":"void",
"Output":"None",
"Return":"void",
"Others":"None",
,
//文件头注释
"fileheader.customMade":
"custom_string_obkoro1_copyright": "Copyright (C), CVTE Electronics CO.Ltd $now_year.",
"File name":"",
"Author":"Gu Chunqi(guchunqi@cvte.com)",
"Version":"V1.0",
"Date":"",
"Description":"",
"Others":"None",
"History":"<time> <author> <version > <desc>",
,
"fileheader.configObj":
"createFileTime": true,
"autoAdd":false, //关闭自动生成头部注释,使用快捷键手动添加
"language":
"h/c/hpp/cpp":
"head": "/******************************************************************************",
"middle": " * @",
"end": "*******************************************************************************/",
,
,
以上是关于VScode常用插件及配置的主要内容,如果未能解决你的问题,请参考以下文章