1Hit > shift + command + p and type snippets
2Select Preferences: Open User Snippets
3Choose the language type for which you want to add the custom snippet
4vscode has comments to explain on how to add a snippet, as described on :> vsdoc
5Lets say, we want to open custom snippets for the language GO. Then we can do:
6
7Hit > command + p
8Type: go.json + enter And you land on the custom snippet page
9Snippets are defined in a JSON format and stored in a per user (languageId).json file. For example, Markdown snippets go in a markdown.json file.
10
11Update new tools:
12Snippet generator site: https://snippet-generator.app/