Opt-in Mode for prediction results #3887
Labels
Area-Predictors
Label for issues related to predictors
Issue-Enhancement
It's a feature request.
Needs-Triage 🔍
It's a new issue that core contributor team needs to triage.
Prerequisites
Description of the new feature/enhancement
It may eventually make sense to have a predictor option to make listview results be "asked" for by the user or triggered by a keyhandler. It could solve two problems:
Proposed technical implementation details (optional)
Include a PSreadLine option for a getting predictions opt in. I.e something like
Set-PSReadLineOption -PredictionViewStyle OptIn
and then when a user types something, they can press a key to get
ListView
to render based on currently typed content:Some clearer naming may be required.. 😄
Related issues: #3581 #3607 #2504
The text was updated successfully, but these errors were encountered: