Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
MartinGC94 opened this issue Mar 21, 2023 · 1 comment · Fixed by #19382
Labels
Issue-Enhancement the issue is more of a feature request than a bug Resolution-Fixed The issue is fixed.

Comments

@MartinGC94
Copy link
Contributor

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

@MartinGC94 MartinGC94 added Issue-Enhancement the issue is more of a feature request than a bug Needs-Triage The issue is new and needs to be triaged by a work group. labels Mar 21, 2023
@ghost ghost added the In-PR Indicates that a PR is out for the issue label Mar 21, 2023
@ghost ghost added Resolution-Fixed The issue is fixed. and removed In-PR Indicates that a PR is out for the issue Needs-Triage The issue is new and needs to be triaged by a work group. labels Mar 22, 2023
@ghost
Copy link

ghost commented Apr 20, 2023

🎉This issue was addressed in #19382, which has now been successfully released as v7.4.0-preview.3.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement the issue is more of a feature request than a bug Resolution-Fixed The issue is fixed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant