Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivy-js/ivy-vscode-header

A VS-Code extension that put my header on the top of any code.
https://github.com/ivy-js/ivy-vscode-header

Last synced: about 2 months ago
JSON representation

A VS-Code extension that put my header on the top of any code.

Awesome Lists containing this project

README

        

# Ivy Header for VSCode

This extension provides the Ivy Header integration in VS Code.

```bash
*************************************************************************************************************
* *
* ::::::::::: ::: ::: ::: ::: *
* $FILENAME__________________________________ :+: :+: :+: :+: :+: *
* +:+ +:+ +:+ +:+ +:+ *
* By: $AUTHOR________________________________ +#+ +#+ +:+ +#++: *
* +#+ +#+ +#+ +#+ *
* Created: $CREATEDAT_________ by $CREATEDBY_ #+# #+#+#+# #+# *
* Updated: $UPDATEDAT_________ by $UPDATEDBY_ ########### ### ### *
* *
*************************************************************************************************************
#
```
## 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* :

```ts
{
"ivy.username": string,
"ivy.email": string
}
```

## Issues

In case of a bug, or missing feature, please create a [Github Pull Request](https://github.com/kube/vscode-42header/pulls).

## License
> I DONT OWN ANY RIGHTS ON THIS, THIS HAVE BEEN CODED BY [Kube](https://github.com/kube/) 7 years ago, i just wanted to have a header like this cuz its clean.

> Original code : [`🔎 Link`](https://github.com/kube/vscode-42header)