We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a84233 commit 435f8caCopy full SHA for 435f8ca
snippets/csharp.json
@@ -357,8 +357,7 @@
357
"propex": {
358
"prefix": "propex",
359
"body": [
360
- "public ${1:int} ${2:MyProperty} => ${3:myVar};",
361
- "$0"
+ "public ${1:int} ${2:MyProperty} => ${3:myVar};$0"
362
],
363
"description": "An expression-bodied property without a backing field. C# 6.0 or higher"
364
},
@@ -370,8 +369,7 @@
370
369
"{",
371
"\tget => ${2:myVar};",
372
"\tset => ${2:myVar} = value;",
373
- "}",
374
+ "}$0"
375
376
"description": "An expression-bodied property with a private field. C# 6.0 or higher"
377
0 commit comments