Automatically inserts an header when creating new files.
Supports Vue, JavaScript, and TypeScript with language-appropriate comment formats.
Features
- Adds a file header automatically on file creation.
- Per-project configuration using a simple
.signature file.
- Template placeholders:
${fileName}, ${project}, ${author}, ${date}.
Configuration
Add a .signature file in the root of the opened workspace:
author = Your Name
project = MyApp
| |