-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
Resolution-FixedThe issue is fixed.The issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Interactive-IntelliSensetab completiontab completion
Milestone
Description
It would be useful if
[Diagnostics.Process[]] $p = Get-Process
$p | % Prio<tab>would tab complete in the same way as
Get-Process | % Prio<tab>Even nicer would be if
$p = Get-Process
$p | % Prio<tab>worked too. (Maybe getting the ArgumentTypeConverterAttribute from the OutputType?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Resolution-FixedThe issue is fixed.The issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Interactive-IntelliSensetab completiontab completion