Automatically add copyright banner in VS Code
Will jump into opportunity to add another one that I wrote: copyright-inserter
It works both in local and remote environments and supports all languages that are currently installed into your VSCode instance.
There is another extension available with more options,
psioniq File Header
to install, press ctrl+P and paste the following ext install psioniq.psi-header
Configure your header using, File->Preference->Settings->User Settings
There is an extension for this called File Header Comment.
Installation
Open Command Palette by pressing F1, find the option Extensions: Install Extensions
and look for File Header Comment extension.
Configuration
By default you don't have to set anything. It will detect most programming language for appropriate comment syntax. But if you want, you can set your own templates in Preferences - User Settings
. Please consult the extension documentation for more information.
Hope this helps!!