Table of ContentsAbout the projectHeaderWizard extension for Visual Studio Code enhances your coding experience by allowing you to effortlessly add custom headers to specified file types. With this extension, you can define templates for headers tailored to different file extensions, ensuring consistency and compliance with project standards. Key Features:
Get the HeaderWizard extension for VS Code now and level up your coding efficiency and consistency! Getting startedCreate your first template PrerequisitesVisual Studio Code (1.87.0 or newer) If you want to install the development version you need to have node and npm installed on your system to run it. It is recommended to use the node version used for VS Code development itself which is documented here InstallationTo install the development version:
To install the latest stable development version:
To install the latest stable version:
UsageMake sure that the template you want to use is currently enabled When creating a new file, the template that is currently enabled for a given extension is automatically applied ParametersCustomize your header templates effortlessly using dynamic parameters enclosed in curly braces {}. Available parameters include: Filename
Date
Inserts the current month.
Inserts the current short year.
Inserts the current long year.
Combine these parameters to create your desired date format. For instance, LicenseDistributed under the GPL-3.0 license. See LICENSE for more information. Acknowledgments |