vscode/extensions/csharp/snippets/csharp.json
2017-09-25 23:00:02 +02:00

17 lines
240 B
JSON

{
"Region Start": {
"prefix": "#region",
"body": [
"#region $0"
],
"description": "Folding Region Start"
},
"Region End": {
"prefix": "#endregion",
"body": [
"#endregion"
],
"description": "Folding Region End"
}
}