yang123guo / vscode-fileheader

vscode-fileheader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-fileheader

feature

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

eg:

/*
 * @Author: mikey.zhaopeng
 * @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.

"fileheader.Author": "tom",
"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 

About

vscode-fileheader


Languages

Language:JavaScript 100.0%