1
anubu Jul 25, 2024
用过一个自动生成文件头部注释的扩展,可以尝试一下。https://github.com/OBKoro1/koro1FileHeader
|
3
sastar Jul 25, 2024
@eggt 第一次知道这个叫 shebang😂。看看这个插件是否符合你的要求 https://marketplace.visualstudio.com/items?itemName=rpinski.shebang-snippets
|
5
455c4l811WjPy37n Jul 25, 2024
shebang ? 这是啥?
|
6
AV1 Jul 25, 2024
其实你可以自己写 snippet ,vscode 的 snippet 就支持变量:
https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables |