Convert code into VS Code custom snippets with tab stops and placeholders
Paste your code below. Use the buttons to insert tab stops and placeholders, or type them directly.
$1, $2, $3...Tab stops — cursor moves through them in order
$0Final cursor position after all tab stops
${1:default}Tab stop with default placeholder text
${1|a,b,c|}Tab stop with dropdown choices
$TM_FILENAMECurrent file name with extension
$CLIPBOARDContents of the clipboard
${TM_SELECTED_TEXT}Currently selected text
\\$Escaped dollar sign (literal $)