Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivy-js/ivy-vscode-header
- Owner: Ivy-js
- License: mit
- Created: 2024-11-03T23:29:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T10:16:25.000Z (3 months ago)
- Last Synced: 2024-11-04T11:24:25.816Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)