Prerequisites
Description of the new feature/enhancement
This is a small UX improvement that I don't think would be too difficult to add (may want this to be a configurable option added to Get-PSReadLineOption) as to ensure that you are using the command that you want to from the correct module.
It saves a need for instead doing get-command register-ps* which was how I found this due to PowerShellGet/PSResourceGet having similar named commands
Proposed technical implementation details (optional)
UI change from the collection that is returned form CTRL+Space when you are typing a command
Prerequisites
Description of the new feature/enhancement
This is a small UX improvement that I don't think would be too difficult to add (may want this to be a configurable option added to Get-PSReadLineOption) as to ensure that you are using the command that you want to from the correct module.
It saves a need for instead doing
get-command register-ps*which was how I found this due to PowerShellGet/PSResourceGet having similar named commandsProposed technical implementation details (optional)
UI change from the collection that is returned form
CTRL+Spacewhen you are typing a command