A VS Code extension for automatically updating specific content in files. Supports automatic replacement of predefined content when files are saved, particularly useful for updating dynamic content like dates and times.
Features
Supports regex pattern matching and replacement
Supports dynamic variable substitution (e.g., current date, time, etc.)
Configurable file types to monitor
Automatic replacement execution on file save
Configuration
Configure the following options in VS Code settings:
enabledFiles
File matching rules to monitor for updates, supporting regex array.