/vscode-42header

42 header, which is using all whitespace for filename, email and other fields, for VSCode

Primary LanguageTypeScriptMIT LicenseMIT

42 Header for VSCode

This extension provides the 42 header integration in VS Code.

# **************************************************************************** #
#                                                                              #
#                                                         :::      ::::::::    #
#    vscode-42header                                    :+:      :+:    :+:    #
#                                                     +:+ +:+         +:+      #
#    By: kube <hello@kube.io>                       +#+  +:+       +#+         #
#                                                 +#+#+#+#+#+   +#+            #
#    Created: 2013/11/18 13:37:42 by kube              #+#    #+#              #
#    Updated: 2016/09/18 13:11:04 by kube             ###   ########.fr        #
#                                                                              #
# **************************************************************************** #

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
}

Issues

In case of a bug, or missing feature, please create a Github Pull Request.

License

MIT