You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snippets/PowerShell.json
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
// The "Requires *" snippets should be removed if-and-when intellisense is implemented for the script requirement directive syntax.
2
2
{
3
3
"ArgumentCompleterAttribute": {
4
-
"prefix": "argumentcompleter",
5
-
"description": "The ArgumentCompleter attribute allows you to add tab completion values to a specific parameter by writing a scriptblock that generates zero or more CompletionResult objects. More: Get-Help -Online about_functions_argument_completion",
4
+
"prefix": [
5
+
"argumentcompleter",
6
+
"[ArgumentCompleter("
7
+
],
8
+
"description": "ArgumentCompleter attribute allows you to add tab completion values to a specific parameter by writing a scriptblock that generates zero or more CompletionResult objects. More: Get-Help about_Functions_Argument_Completion",
0 commit comments