VSCode Header
I like to place metadata at the beginning of my source files, such as file name, creation date, language, etc. This helps a lot when looking for specific files.
Basically, I created two versions:
Full Version
# **************************************************************************** #
# */
# vscode-header ##### */
# ############ */
# By: dnettoRaw <hello@dnettoraw.dev> ### ### */
# ## ## ## ## */
# obs: "even if you don't believe them, ## ## */
# they believe you." */
# -A demon told me ## ## ## ## */
# ### ###### ### */
# Created: 2022/03/20 21:21:42 by dnettoRaw ##### #### */
# Updated: 2022/05/19 21:21:42 by dnettoRaw */
# dnetto.dev */
# **************************************************************************** #
Simple Version
# #######
# ### ###
# ## ## ## ## F: vscode-header.js
# ## ## P: vscode-header
# C: 2022/03/20 21:21:42 by dnettoRaw
# ## ## ## ## U: 2022/05/19 21:21:42 by dnettoRaw
# ###########
| F | file name |
| P | project name |
| C | created at |
| U | updated at |
How to use the Full Version
- macOS : ⌘ + ⌥ + H
- Linux / Windows : Ctrl + Alt + H.
How to use the Simple Version
- macOS : ⌘ + ⌥ + j
- Linux / Windows : Ctrl + Alt + j.
Installation
Simply install the extension from the VS Code Marketplace: vscode-header.
Code on GitHub
Hospedado por Verceldnetto.dev