Summary of the new feature/enhancement
When setting preference variables like $ErrorActionPreference, it would be great to help users discover allowed values by:
$ErrorActionPreference = <tab>
instead of trying to set it to something invalid and seeing the allowed values in the error message.
Summary of the new feature/enhancement
When setting preference variables like
$ErrorActionPreference, it would be great to help users discover allowed values by:instead of trying to set it to something invalid and seeing the allowed values in the error message.