This Unofficial extension provides the 42 header integration in VS Code. with a small adjustment in the header (SP).
# **************************************************************************** #
# #
# ::: :::::::: #
# sp-42header :+: :+: :+: #
# +:+ +:+ +:+ #
# By: aporto <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2013/11/18 13:37:42 by aporto #+# #+# #
# Updated: 2021/11/05 13:11:04 by aporto ### ########sp.org.br #
# #
# **************************************************************************** #
Launch Quick Open with ⌘+P and enter
ext install 42header
- macOS : ⌘ + ⌥ + H
- Linux / Windows : Ctrl + Alt + H.
Header is automatically updated on save.
Default values for username and email are imported from environment variables.
To override these values, specify these properties in User Settings :
{
"42header.username": string,
"42header.email": string
}
fork of kube.
MIT