Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Developer HeaderNew to Visual Studio Code? Get it now.
Developer Header

Developer Header

sjoblomtobias

|
1 install
| (0) | Free
Adds customizable headers to new files based on user-defined templates.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🚀 developer-header

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