Skip to content

KargWare/vscode-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

vscode-snippets

Visual Studio Code (VScode) snippets by KargWare.

Documentation of Snippets in Visual Studio Code

Use of Snippets

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).

Snippets

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: )

About

Visual Studio Code (VScode) snippets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published