Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LicenseHeaderNew to Visual Studio Code? Get it now.
LicenseHeader

LicenseHeader

DoubleWoodH

|
504 installs
| (0) | Free
custom MIT license header
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LicenseHeader

Feature

Add License to the file header and created time automatically, you need add the url of license yourself.

eg:

/*
 * MIT License
 *
 * Copyright (c) 2018 DoubleWoodH
 *
 ...
 ...
 ...

/*
 * Revision History:
 *     Initial:        2017/08/21        DoubleWoodH
 */

Install

Press (Ctrl)Cmd + Shift + P, type ext install LicenseHeader.

Configuration

In the Settings inside, set and modify the creator's name and copied by.

"licenseheader.LicenseName": "MIT",
"licenseheader.LicenseUrl": "https://raw.githubusercontent.com/facebook/react-native/master/LICENSE",
"licenseheader.Author": "DoubleWoodH",
"licenseheader.CopiedBy": "Copyright (c) 2018 DoubleWoodH"

Hot key

(Ctrl)Cmd + Shift + I, You can insert License in the head.

Contribution

This is a very simple and small project by a passionate student so any contribution is welcome and loved :+1:

GitHub: https://github.com/DoubleWoodH/VSCode-extensions

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft