We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f70679 commit 41470bcCopy full SHA for 41470bc
snippets/PowerShell.json
@@ -571,6 +571,17 @@
571
],
572
"description": "Parameter declaration snippet"
573
},
574
+ "Parameter_Block" : {
575
+ "prefix": "param-block",
576
+ "body": ["[CmdletBinding()]",
577
+ "param (",
578
+ " [Parameter()]",
579
+ " [${1:TypeName}]",
580
+ " $${2:ParameterName}$0",
581
+ ")"
582
+ ],
583
+ "description": "A Parameter block to get you started."
584
+ },
585
"Parameter-Path": {
586
"prefix": "parameter-path",
587
"body": [
0 commit comments