1/*To create or edit your own snippets, select User Snippets
2under File > Preferences > User Snippets (Code > Preferences on macOS),
3and then select the language for which the snippets should appear*/
4
5// Snippets are written in JSON Example:
6{
7 "Your Snippet Name": {
8 "prefix": "ysn",
9 "body": [
10 "//Here you type all the code that should appear",
11 "//Separating each line",
12 "//Remember to add tabs with \t"
13 ]
14 }
15}
16