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
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).