snippet-generator

Made by Pawel Grzybek | Buy me a coffee | Source code on GitHub

To declare a placeholder (ctrl + i): ${1:example} | More info

"cp template": {
  "prefix": "",
  "body": [
    "#include<iostream>",
    "",
    "using namespace std;",
    " ",
    "int main(){",
    "",
    "cout<<\"hello world\"; ",
    "",
    "return 0",
    "}"
  ],
  "description": "cp template"
}