Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VitahFileHeaderNew to Visual Studio Code? Get it now.
VitahFileHeader

VitahFileHeader

vitahlin

|
28 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vitah-fileheader

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft