Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vue File HeadersNew to Visual Studio Code? Get it now.
Vue File Headers

Vue File Headers

by Erikas

|
5 installs
| (0) | Free
Adds file headers with author, date, and file details to Vue projects.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vue File Headers

Adds file headers with author, date, and file details to Vue projects.

What it does

New files get a header with project name, file path, and author:

//
//  MyProject
//
//  Button.vue
//  @/components/ui/Button.vue
//
//  Created by Erikas on 2025-01-15.
//

When you move or rename files, the path updates automatically.

Setup

Create a .signature file in your project root (or run File Signature: Init from Command Palette):

project=MyProject
author=Your Name

The file is created automatically on first use with the project name from package.json.

Keyboard shortcut

Cmd+Shift+H (Mac) or Ctrl+Shift+H (Win) to insert or update a header manually.


Source code · Install from Marketplace · MIT License

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