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

headr

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

headr 🚀

A simple VS Code extension that displays developer information in the header bar. 👨‍💻✨

Features 🛠️

  • Shows developer name and details in the VS Code header 🧑‍💻
  • Easy configuration via settings ⚙️
  • Lightweight and fast ⚡

Installation 📦

  1. Download the latest .vsix file from the Releases.
  2. In VS Code, go to Extensions > ... > Install from VSIX.
  3. Select the downloaded file to install.

Usage 🎯

After installation, the developer header will appear automatically. You can configure the displayed information in the extension settings.

Configuration 📝

Add the following to your VS Code settings.json:

{
	"headr.fileExtensions": [".js", ".ts"],
	"headr.lines": ["/**", " * @author {AUTHOR}", " * @since {SINCE}", " * @summary", " */"],
	"headr.author": "Your Name",
	"headr.documentation": "https://your.documentation.url",
	"headr.ignoreFolders": ["node_modules", ".git", ".vscode", "dist", "out"]
}

Development 🧑‍🔬

  1. Clone the repository:
    git clone https://github.com/sjoblomtobias/headr.git
    
  2. Install dependencies:
    npm install
    
  3. Build and watch:
    npm run watch
    
  4. Package the extension:
    npm run package
    

License 📄

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft