PowerShell / PSReadLine

A bash inspired readline implementation for PowerShell
BSD 2-Clause "Simplified" License
3.76k stars 298 forks source link

List view should include prediction for non-native commandlets (modules) and user functions. #4276

Open RalfReddings opened 1 week ago

RalfReddings commented 1 week ago

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