Snippet
スニペットとは
Code snippets are templates that make it easier to enter repeating code
patterns, such as loops or conditional-statements.
https://code.visualstudio.com/docs/editor/userdefinedsnippets
つまり、よくコピペするあれやこれやのコードを使いやすく呼び出しやすい形のテンプレにしておける。
スニペットに関してはVSCodeに限らず、大体のエディタ・IDEでサポートされている
VSCode以外の例)
https://pleiades.io/help/idea/using-live-templates.html
https://docs.microsoft.com/ja-jp/visualstudio/ide/code-snippets?view=vs-2022
登録されているスニペットはコマンドパレット→Insert Snippetから一覧で見ることもできる