vscode/extensions/csharp/snippets/csharp.code-snippets

17 lines
240 B
Plaintext

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