Another File Header is a Visual Studio Code extension to automatically or by command insert a header to your files. You can find the source code here
- Author Name
- Author's Email
- Custom Date Format
- Creation Date
- Automatic Insertion On File Creation
- Description
- Last Modification Date
- Customize Header
This extension contributes the following settings:
another-file-header.information.author
: The name of the author to be usedanother-file-header.information.email
: The email of the author to be usedanother-file-header.information.description
: The description of the project to be usedanother-file-header.information.dateFormat
: The date format for the insert date to useanother-file-header.information.customHeader
: An option to use your custom header.another-file-header.enable.author
: If the name of the author should be insertedanother-file-header.enable.email
: If the email of the author should be insertedanother-file-header.enable.description
: If the description of the project should be insertedanother-file-header.enable.creationDate
: If the creation date of the file should be insertedanother-file-header.enable.modificationDate
: If the last modification date of the file should be insertedanother-file-header.enable.insertOnCreation
: If the header should automatically added to the file on creation.
Initial release of Author Helping
- Description
- Last Modification Date
- Customize Header
Initial release of Author Helping