Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>42 Header for PythonNew to Visual Studio Code? Get it now.
42 Header for Python

42 Header for Python

Overtek

|
7 installs
| (0) | Free
42 header-Python for VSCode : www.42.fr
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

THIS PROJECT IS A FORK.

This project is a fork from the vscode-42header from kube

42 Header for VSCode

This extension provides the 42 header integration in VS Code for Python. Because the old header can't be put due to flake8, I changed it to a mini-header.

# ************************************************************************* #
#                                                                           #
#                                                      :::      ::::::::    #
# vscode.py                                          :+:      :+:    :+:    #
#                                                  +:+ +:+         +:+      #
# By: roandrie <roandrie@student.42.fr>          +#+  +:+       +#+         #
#                                              +#+#+#+#+#+   +#+            #
# Created: 2026/01/19 08:57:15 by roandrie         #+#    #+#               #
# Updated: 2026/01/19 09:18:37 by roandrie         ###   ########.fr        #
#                                                                           #
# ************************************************************************* #

Install

Launch Quick Open with ⌘+P and enter

ext install 42headerpython

Usage

Insert a header

  • macOS : ⌘ + ⌥ + P
  • Linux / Windows : Ctrl + Alt + P.

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 :

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

Issues

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

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft