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

Suggestion: Implement a PSReadLine completion provider #936

Open
dauthleikr opened this issue Dec 20, 2022 · 0 comments
Open

Suggestion: Implement a PSReadLine completion provider #936

dauthleikr opened this issue Dec 20, 2022 · 0 comments

Comments

@dauthleikr
Copy link

dauthleikr commented Dec 20, 2022

Not sure if this is a welcome suggestion, or completely out-of-scope for this project, but here goes:

PSReadLine (another popular powershell module) now allows the registration of "completion providers", which are used for predictive "intellisense".

Example predictors:
https://learn.microsoft.com/en-us/powershell/azure/az-predictor?view=azps-9.2.0
https://github.com/PowerShell/CompletionPredictor

Sadly, there are no predictors for git, and I can only rely on the "history" predictions, e.g.:
image

It would be really nice to have a git-aware predictor :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant