Skip to content

VS Code Extension: JavaScript File Header for Documentation

Notifications You must be signed in to change notification settings

arjunkomath/js-file-header-vscode

Repository files navigation

JavaScript File Header extension

Badge for version for Visual Studio Code extension arjunkomath.js-file-header Badge for installs for Visual Studio Code extension arjunkomath.js-file-header Badge for rating for Visual Studio Code extension arjunkomath.js-file-header made-for-VSCode

Demo

Usage

When any JS file is open you can use the keyboard shortcut alt + cmd + H or alt + crtl + H to add file header.
You can also select JavaScript : Add File Header option from command palette to do the same.

Features

  • Create a file documentation header
  • Last modified time is updated automatically
/**
 * Copyright (c) 2017
 *
 * long description for the file
 *
 * @summary short description for the file
 * @author Arjun <arjunkomath@gmail.com>
 *
 * Created at     : 2017-11-03 02:21:56 
 * Last modified  : 2018-02-25 15:31:40
 */

Extension Settings

This extension contributes the following settings:

  • jsFileHeader.Author: Author name and email
  • jsFileHeader.Copyright: Copyright information
  • jsFileHeader.License: License information

Release Notes

0.1.3

  • Start extention on opening javascript files
  • Add icon and repo url
  • Update release notes

0.0.1

  • Initial release

Enjoy!

About

VS Code Extension: JavaScript File Header for Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages