We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<
#
1 parent 4dfb248 commit 1860e44Copy full SHA for 1860e44
snippets/PowerShell.json
@@ -33,7 +33,7 @@
33
"description": "A blueprint used to create instances of objects at run time. More: Get-Help about_Classes",
34
"body": [
35
"class ${1:ClassName} {",
36
- "\t${0:${TM_SELECTED_TEXT:< #Define the class. Try constructors, properties, or methods #>}}",
+ "\t${0:${TM_SELECTED_TEXT:<# Define the class. Try constructors, properties, or methods. #>}}",
37
"}"
38
]
39
},
0 commit comments