当前位置:网站首页>Configuration of vscode korofileheader
Configuration of vscode korofileheader
2022-06-27 06:02:00 【JunnGee】
vscode korofileheader Configuration of
After the installation , operation ctrl+shift+p, Choice in setting.json" Editor in chief , Enter the following settings and save , And then restart vscode Update settings .
"fileheader.customMade": {
"FilePath":"only file name",
"Author":"jack",
"Date":"Do not edit",
"LastEditors":"",
"LastEditTime":"Do not Edit",
// "custom_string_obkoro1~custom_string_obkoro100 Can output custom information "
"custom_string_obkoro1_copyright":"Copyright: ${now_year} xxxTech CO.,LTD. All Rights Reserved.",
"Descripttion":"",
},
"fileheader.cursorMode": {
"brief":"",
"param" : " ",
"return":""
},
Default , Header file comments :ctrl + windows + i , Function Comments :ctrl + windows + t
If the shortcut key ⽆ effect , Priority can be given to shortcut key production ⽣ There was a conflict , Search directly for the corresponding fileheader、cursorTip name , Then add the corresponding shortcut key .
边栏推荐
- JVM类加载机制
- 693. alternate bit binary number
- 数据库-索引
- 使用CSDN 开发云搭建导航网站
- Multithreading basic part part 1
- C语言练手小项目(巩固加深知识点理解)
- cpu-z中如何查看内存的频率和内存插槽的个数?
- Spark 之 built-in functions
- Codeforces Round #802 (Div. 2)
- The restart status of the openstack instance will change to the error handling method. The openstack built by the container restarts the compute service method of the computing node and prompts the gi
猜你喜欢
随机推荐
Program ape learning Tiktok short video production
Qt使用Valgrind分析内存泄漏
Multithreading basic Part3
【Cocos Creator 3.5.1】坐标的加法
思维的技术:如何破解工作生活中的两难冲突?
Asp. Net core6 websocket simple case
Run opcua protocol demo on raspberry pie 4B to access kubeedge
【Cocos Creator 3.5.1】input.on的使用
双位置继电器RXMVB2 R251 204 110DC
C语言实现定时器
310. 最小高度树
Dual position relay dls-34a dc0.5a 220VDC
Wechat applet websocket use case
QT using Valgrind to analyze memory leaks
【入门】正则表达式基础入门笔记
爬虫学习5---反反爬之识别图片验证码(ddddocr和pytesseract实测效果)
Go日志-Uber开源库zap使用
Code is data
函数栈帧的形成与释放
【QT小记】QT中正则表达式QRegularExpression的基本使用









