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