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