You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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-Propertbecause 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