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 89f6488 commit 38af1ffCopy full SHA for 38af1ff
snippets/PowerShell.json
@@ -375,7 +375,16 @@
375
"}"
376
],
377
"description": "if-else statement"
378
- },
+ },
379
+ "method": {
380
+ "prefix": "method",
381
+ "body": [
382
+ "[${returnType:void}] ${name:MyMethod}(${Optional Parameters}) {",
383
+ "\t$1",
384
+ "}"
385
+ ],
386
+ "description": "Method of a class"
387
388
"switch": {
389
"prefix": "switch",
390
"body": [
0 commit comments