Welcome to the esir-header extension for Visual Studio Code! This extension helps you automatically insert a standardized ESIR header into your files, making your codebase consistent and professional.
Features
Automatic Header Insertion: Quickly add a customizable ESIR header to the top of your files.
Customizable: Tailor the header to include your name, email, and other details.
Easy Integration: Simple to use with just one command.
Tip: Use the preview feature in VS Code to view how the header will look before inserting it into your files.
Requirements
Node.js: Ensure you have Node.js installed as it's required for the extension to run properly.
Extension Settings
This extension does not add any specific VS Code settings.
Known Issues
Issue with Large Files: The header insertion might be slower with very large files.
Formatting Issues: Ensure that your file is saved in UTF-8 encoding to avoid formatting problems.
Release Notes
1.0.0
Initial release of the esir-header extension.
1.0.1
Fixed minor bugs related to header formatting.
1.1.0
Added support for additional file types.
Improved performance with large files.
Following Extension Guidelines
Ensure that you've read through the extension guidelines and follow best practices for creating your extension.