All Projects → zhaopengme → vscode-fileheader

zhaopengme / vscode-fileheader

Licence: Apache-2.0 license
vscode-fileheader

Programming Languages

javascript
184084 projects - #8 most used programming language

vscode-fileheader

feature

Add notes to the file header, and supports automatic update file modification time.

eg:

/*
 * @Author: mikey.zhaopeng
 * @Email:  [email protected]
 * @Date:   2016-07-29 15:57:29
 * @Last Modified by: mikey.zhaopeng
 * @Last Modified time: 2016-08-09 13:29:41
 */

fileheader

Tip: ctrl+alt+i You can insert comments in the head, ctrl+s After you save the file, and automatically update the time and author.

install

Press F1,typeext install fileheader.

Configuration

In the User Settings inside, set and modify the creator's name & email.

"fileheader.Author": "tom",
"fileheader.Email": "[email protected]",
"fileheader.LastModifiedBy": "jerry"

name config

hot key

ctrl+alt+i You can insert comments in the head.

Change log

1.0.0

  1. Support hotkey insert header comments
  2. Support Save file, automatically update the time
  3. Support the configuration and update the creator's name

task

 [] 1. add template 

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].