Closed
Description
Please make it possible to capitalize cmdlets and parameters by pressing tab like ISE.
In ISE, when cursor is placed in the middle of the line "write-host" and you press tab, it becomes "Write-Host". Same goes for parameters - "-erroraction" becomes "-ErrorAction"
Maybe the "Format Document" command could do the same?