Add file header comment in VSCode.
Extension Settings
fileheader.template : The comment template for your file. Default template like this:
filetype :You can set this template for which file type is in this array. all means all file.
Example:
"filetype":[
"all",
"js",
"cpp"
],
symbol :Comment symbol
content :${Time} means date and time . It will be replaced with current time like 2018-09-20 17:33:34
hide :Which key in content you want to hide
Hot key
ctrl+alt+i You can insert comments in the head.
Release Notes
1.0.0
- Support hotkey insert header comments
- Support the configuration and update the creator's name
| |