Visual Studio Code (VScode) snippets by KargWare.
Documentation of Snippets in Visual Studio Code
The snippets can be installed global, in folder scope or in your workspace. Drop the *.code-snippets file or even files in the hidden .vscode folder, if the folder is not there you can just create it.
Each snippet is defined under a snippet name and has a prefix and body, scope and description are optional.
All snippets from KargWare stars with kw-. To use them start typing kw- and press Ctrl+Space to start autocompletion (suggestions will shown as list).
| Name | Description |
|---|---|
| kw-GetNameOfCurrentFile | Insert the name of the current file |
| kw-InsertCurrentDate | Insert the current date |
| kw-InsertCurrentDatePrefixed | Insert the current date (prefixed with date: ) |
| kw-InsertCurrentTime | Insert the current time |
| kw-InsertCurrentTimePrefixed | Insert the current time (prefixed with time: ) |