# koroFileHeader
在 vscode 中用于生成文件头部注释和函数注释的插件
- 文件头部添加注释: 快捷键:window:ctrl+alt+i,mac:ctrl+cmd+i
- 在光标处添加函数注释: 快捷键:window:ctrl+alt+t,mac:ctrl+cmd+t
"fileheader.customMade": {
"Description":"Description",
"Version":"1.0",
"Author":"huabingtao",
"Date":"Do not edit",
"LastEditors":"huabingtao",
"LastEditTime":"Do not edit",
"FilePath":"Do not edit"
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
# background
"background.useDefault":false,
"background.style":{ "content":"''", "pointer-events":"none", "position":"absolute", "top":"0", "right":"0", "width":"100%", "height":"100%", "z-index":"99999", "background.repeat":"no-repeat", "background-size":"cover", "opacity":0.1 },
"background.customImages": [
"file:///Users/huazhu/bg/6.jpg",
"file:///Users/huazhu/bg/1.jpg",
"file:///Users/huazhu/bg/3.jpg"
]
1
2
3
4
5
6
7
2
3
4
5
6
7
# GitLens
# Markdown All in One
在 vscode 中书写 Markdown 利器