mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
[folding] snippets for folding markers
This commit is contained in:
@@ -68,5 +68,19 @@
|
||||
"End While"
|
||||
],
|
||||
"description": "While ... End While"
|
||||
},
|
||||
"Region Start": {
|
||||
"prefix": "#Region",
|
||||
"body": [
|
||||
"#Region $0"
|
||||
],
|
||||
"description": "Folding Region Start"
|
||||
},
|
||||
"Region End": {
|
||||
"prefix": "#End Region",
|
||||
"body": [
|
||||
"#End Region"
|
||||
],
|
||||
"description": "Folding Region End"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user