We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fd944 commit 4fd2e0cCopy full SHA for 4fd2e0c
snippets/PowerShell.json
@@ -25,7 +25,7 @@
25
"prefix": "calculated-property",
26
"description": "Typically used with Select-Object or Sort-Object. More: Get-Help about_Calculated_Properties",
27
"body": [
28
- "@{Name='${1:PropertyName}';Expression={${2:${TM_SELECTED_TEXT:<# Desired result. You can reference this object via \\$_ and \\$PSItem#>}}}}$0 #>"
+ "@{Name='${1:PropertyName}';Expression={${2:${TM_SELECTED_TEXT:<# Desired result. You can reference this object via \\$_ and \\$PSItem #>}}}}$0"
29
]
30
},
31
"Class": {
0 commit comments