
This extension provides the CPE header integration in VS Code.
***************************************************************************************
* *
* +++++++++ +++++++++ +++++++++ *
* $FILENAME__________________________________ +++ ++ +++ *
* ++ ++ ++ ++++ *
* By: $AUTHOR________________________________ +++ ++ +++ *
* ++++++++ ++++++++ ++++++++ *
* Created: $CREATEDAT_________ by $CREATEDBY_ ++ *
* Updated: $UPDATEDAT_________ by $UPDATEDBY_ ++ *
* *
***************************************************************************************
Install
Launch Quick Open with ⌘+P and enter
ext install cpeheader
Usage
- macOS : ⌘ + ⌥ + H
- Linux / Windows : Ctrl + Alt + H.
Header is automatically updated on save.
Configuration
Default values for username and email are imported from environment variables.
To override these values, specify these properties in User Settings :
{
"cpeheader.username": string,
"cpeheader.email": string
}
Issues
In case of a bug, or missing feature, please create a Github Pull Request.
Credits
forked from https://github.com/kube/vscode-42header, thanks Chris !
ported for CPE by Antoine Houllier @ CPE Lyon