Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.65 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.65 KB

42 SP Header for VSCode

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  #
#                                                                              #
# **************************************************************************** #

Install

Launch Quick Open with +P and enter

ext install 42header

Usage

Insert a header

  • 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 :

{
  "42header.username": string,
  "42header.email": string
}

fork of kube.

License

MIT