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 21645ff commit 8333d54Copy full SHA for 8333d54
snippets/PowerShell.json
@@ -592,6 +592,17 @@
592
],
593
"description": "Parameter declaration snippet"
594
},
595
+ "Parameter_Block" : {
596
+ "prefix": "param-block",
597
+ "body": ["[CmdletBinding()]",
598
+ "param (",
599
+ " [Parameter()]",
600
+ " [${1:TypeName}]",
601
+ " $${2:ParameterName}$0",
602
+ ")"
603
+ ],
604
+ "description": "A Parameter block to get you started."
605
+ },
606
"Parameter-Path": {
607
"prefix": "parameter-path",
608
"body": [
0 commit comments