Skip to content

zhaopengme/vscode-fileheader

Repository files navigation

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 

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •