[java] add region snippets

This commit is contained in:
Martin Aeschlimann
2017-11-30 11:32:44 +01:00
parent 2711d3f9ba
commit 76f53ad88d
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"Region Start": {
"prefix": "#region",
"body": [
"//#region"
],
"description": "Folding Region Start"
},
"Region End": {
"prefix": "#endregion",
"body": [
"//#endregion"
],
"description": "Folding Region End"
}
}