Comment Headers is a Visual Studio Code extension that allows you to easily create and insert simple comment headers in your code files. This can help in organizing your code and making it more readable.
Features
Quickly create a comment header with a custom title.
Insert the header at the current cursor position in your active editor.
Supports multiple programming languages.
Installation
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
Search for "Comment Headers".
Click "Install" to install the extension.
Usage
Open a file in the editor where you want to insert a comment header.
Press Ctrl+Shift+P to open the Command Palette.
Type Simple Comment Header and select the command.
Enter the title for your comment header in the input box.
The comment header will be inserted at the current cursor position.
Commands
comment-headers.simple: Create and insert a simple comment header.
Requirements
Visual Studio Code version 1.96.0 or higher.
Contributing
Contributions are welcome! If you have any ideas, suggestions, or issues, please open an issue or submit a pull request on the GitHub repository.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgments
Thanks to the VSCode community for their support and contributions.
Changelog
See the CHANGELOG for details on changes and updates.