-
Notifications
You must be signed in to change notification settings - Fork 518
Closed
PowerShell/PowerShell
#15337Labels
Milestone
Description
I would have expected completion / IntelliSense for the built-in PowerShell headers in comment help blocks:
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
PS C:\> <example usage>
Explanation of what the example does
.INPUTS
Inputs (if any)
.OUTPUTS
Output (if any)
.NOTES
General notes
#>
All the supported headers like .SYNOPSIS
ought to auto-complete (but they don't).