This extension integrates the 42 header in VS Code to easily include it in your source code files.
# **************************************************************************** #
# #
# ::: :::::::: #
# vscode-42headerV2 :+: :+: :+: #
# +:+ +:+ +:+ #
# By: mmoumini <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2013/11/18 13:37:42 by mmoumini #+# #+# #
# Updated: 2016/09/18 13:11:04 by mmoumini ### ########.fr #
# #
# **************************************************************************** #
You can install the extension by searching for "42headerV2" in the VS Code Extensions Marketplace or by launching Quick Open with ⌘+P and entering the command:
ext install 42headerV2
- macOS : ⌘ + ⌥ + H
- Linux / Windows : Ctrl + Alt + H.
The header will be automatically updated on save.
By default, the extension will import your username and email from environment variables. However, you can override these values by specifying them in your User Settings:
{
"42header.username": string,
"42header.email": string
}
This extension supports a wide range of programming languages. For each language, it uses a specific delimiter to create the header. Here's a list of the supported languages:
- Assembly Language
- C
- C++
- CoffeeScript
- CSS
- Dockerfile
- F#
- Go
- Groovy
- Haskell
- HTML
- INI
- Jade
- Java
- JavaScript
- JavaScript React
- Kotlin
- LaTeX
- Less
- Lua
- Makefile
- Objective-C
- OCaml
- Perl
- Perl6
- PHP
- Plaintext
- PowerShell
- Python
- R
- Ruby
- Rust
- SASS
- SCSS
- ShellScript
- Solidity
- SQL
- Swift
- TypeScript
- TypeScript React
- Verse
- Vue
- XSL
- YAML
In case of a bug, or missing feature, please create a Github Pull Request.
MIT