8000 Use the type of a variable for tab expansion · Issue #2567 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content
Use the type of a variable for tab expansion #2567
@powercode

Description

@powercode

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Resolution-FixedThe issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Interactive-IntelliSensetab completion

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0