Skip to content

Add an extended Snippet for Advanced Functions #5203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 23, 2025
Prev Previous commit
Next Next commit
Name and prefix update
  • Loading branch information
kilasuit committed May 28, 2025
commit fca641c5b131e14d73a86267cd17e0f5f0a2079a
4 changes: 2 additions & 2 deletions snippets/PowerShell.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@
"}"
]
},
"Function-Advanced-Doc": {
"prefix": ["function-advanced-doc", "cmdlet-doc"],
"Function-Advanced-Doc-Full-Example-From-ISE": {
"prefix": ["function-advanced-doc-fromISE", "cmdlet-doc-fromISE"],
"description": "Script advanced function definition with full comment-based help and parameter attributes.",
"body": [
"function ${1:Verb-Noun} {",
Expand Down