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 20aa896 commit e8b4490Copy full SHA for e8b4490
snippets/PowerShell.json
@@ -49,27 +49,6 @@
49
" #>"
50
]
51
},
52
- "Comment-Help": {
53
- "prefix": "comment-help",
54
- "description": "Comment-based help for an advanced function snippet",
55
- "body": [
56
- "<#",
57
- ".SYNOPSIS",
58
- "\tShort description",
59
- ".DESCRIPTION",
60
- "\tLong description",
61
- ".EXAMPLE",
62
- "\tPS C:\\> <example usage>",
63
- "\tExplanation of what the example does",
64
- ".INPUTS",
65
- "\tInputs (if any)",
66
- ".OUTPUTS",
67
- "\tOutput (if any)",
68
- ".NOTES",
69
- "\tGeneral notes",
70
- "#>"
71
- ]
72
- },
73
"Constructor": {
74
"prefix": "ctor",
75
"description": "Class constructor definition snippet",
0 commit comments