Skip to content

42 header for VSCode

License

Notifications You must be signed in to change notification settings

WicCaesar/42RIO

 
 

Repository files navigation

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

About

42 header for VSCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.0%
  • JavaScript 13.0%