Skip to content

Tab completion should not include parameter aliases for parameters that are already in the completionresults #19376

@MartinGC94

Description

@MartinGC94

Summary of the new feature / enhancement

As a user that uses the "Complete" tab completion style in PSReadline (which completes to the nearest unambiguous match) it's annoying to type in Get-AdUser -Prop<Tab> and have it complete to -Propert because the completion results include both a Property and Properties item that is effectively a duplicate.

It would be nice if the tab completion would filter out alias parameters for parameters that would be shown in the results anyway.

Proposed technical implementation details (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-Enhancementthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions