Made by Pawel Grzybek | Buy me a coffee | Source code on GitHub
To declare a placeholder (ctrl + i): ${1:example} | More info
"Arrow Function": { "prefix": "arrF", "body": [ "const ${1:functionName} = ($2) => {", " $3", "}" ], "description": "Arrow Function" }