You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think since PSReadLine 2.3.0, its been possible for the list view to also predict the paramters for native commandets such as get-item but this feature does not work with third party modules, users own modules and even functions.
It would be nice if PsReadline could parse session modules/functions and provide predictions for paramters and their built in values such as ValidtateSet values.
Prerequisites
Description of the new feature/enhancement
I think since PSReadLine 2.3.0, its been possible for the list view to also predict the paramters for native commandets such as
get-item
but this feature does not work with third party modules, users own modules and even functions.It would be nice if PsReadline could parse session modules/functions and provide predictions for paramters and their built in values such as
ValidtateSet
values.Am on:
Proposed technical implementation details (optional)
No response
The text was updated successfully, but these errors were encountered: