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?)
It would be useful if
would tab complete in the same way as
Even nicer would be if
worked too. (Maybe getting the ArgumentTypeConverterAttribute from the OutputType?)