We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.:
It would be really nice to have a git-aware predictor :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.:
It would be really nice to have a git-aware predictor :)
The text was updated successfully, but these errors were encountered: