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