16 lines
685 B
JSON
16 lines
685 B
JSON
{
|
|
"id": "2936aeed-26d4-416e-8c83-40b190dfca8a",
|
|
"prefix": "hdr",
|
|
"description": "simple header",
|
|
"body": "/*============================================================================= \r\n\r\n$summary$\r\n\r\nParameters\r\n----------------------\r\n\r\n\r\nContext\r\n----------------------\r\n$contexte$\r\n\r\nCreation : $DATE(dd.MM.yyyy)$ / TSC\r\nModifications:\r\n\r\n=============================================================================*/ ",
|
|
"placeholders": [
|
|
{
|
|
"name": "summary",
|
|
"defaultValue": "What does it does ?"
|
|
},
|
|
{
|
|
"name": "contexte",
|
|
"defaultValue": "What is the context, where does it needs to run ?"
|
|
}
|
|
]
|
|
} |