[folding] snippets for folding markers

This commit is contained in:
Martin Aeschlimann
2017-09-25 22:59:57 +02:00
parent 9ee44989d8
commit 45251543b9
9 changed files with 111 additions and 1 deletions

View File

@@ -144,5 +144,19 @@
"import { $0 } from \"${1:module}\";"
],
"description": "Import external module."
},
"Region Start": {
"prefix": "#region",
"body": [
"//#region $0"
],
"description": "Folding Region Start"
},
"Region End": {
"prefix": "#endregion",
"body": [
"//#endregion"
],
"description": "Folding Region End"
}
}

View File

@@ -144,5 +144,19 @@
"import { $0 } from \"${1:module}\";"
],
"description": "Import external module."
},
"Region Start": {
"prefix": "#region",
"body": [
"//#region $0"
],
"description": "Folding Region Start"
},
"Region End": {
"prefix": "#endregion",
"body": [
"//#endregion"
],
"description": "Folding Region End"
}
}