An header comment extension for vscode.
An header comment extension for vscode, and supports automatic update file modification time.
For example:
javascript
python
others languages: lua, ruby, latex, lisp ...
Tip:
shift+alt+iYou can insert comments in the head, ctrl+s After you save the file, and automatically update the time and author.
This extension contributes the following settings:
codeheader.author: Your name, it will be set togit user.nameif not provided.codeheader.email: Your email address, it will be set togit user.emailif not provided.codeheader.copyright: true/false to insert extensioncodeheader.copyrightOwner: Your copyright owner, it will be set tocodeheader.authorif not provided.- ...
You can DIY the header comment by setting:
Users appreciate release notes as you update your extension.
- Fisrt release.
- Insert header comment.
- Auto update header comment.
- Add copyright comment options.
- enable copyright default.
- remove unused image files.
- fix error format when not use copyright.
- fix readme.
- fix windows support.
- update the format of
jscomment.




