Add customizable headers to your new files in VS Code! 🎉
✨ Features
- Automatically inserts a configurable header when you create a new file (e.g.
.ts , .js , .css ).
- Command
Insert Header to manually add the header to the top of the active file. 📝
- Supports variables like
{NAME} (your name) and {DATE} (today's date) in the header.
- Settings for file extensions, header lines, and name (project or global). ⚙️
⚡ Requirements
No special requirements! Just install and start using. 😎
🛠️ Extension Settings
This extension contributes the following settings:
developer-header.fileExtensions : Array of file extensions to watch for header insertion (e.g. .ts , .js , .css ).
developer-header.lines : Array of lines to insert as header. Supports {NAME} and {DATE} variables.
developer-header.name : Name to use for {NAME} variable (can be set globally or per project).
🏷️ Commands
developer-header.insertHeader : Inserts the configured header at the top of the active file.
| |