Summary of the new feature / enhancement
Variables that are declared with an enum type gets tab completion for the possible values as seen here: TabExpansion2 '[System.Management.Automation.ProgressView]$Test =' | select -ExpandProperty CompletionMatches
This feature is missing for property assignments: TabExpansion2 '$PSStyle.Progress.View=' | select -ExpandProperty CompletionMatches.
Proposed technical implementation details (optional)
No response
Summary of the new feature / enhancement
Variables that are declared with an enum type gets tab completion for the possible values as seen here:
TabExpansion2 '[System.Management.Automation.ProgressView]$Test =' | select -ExpandProperty CompletionMatchesThis feature is missing for property assignments:
TabExpansion2 '$PSStyle.Progress.View=' | select -ExpandProperty CompletionMatches.Proposed technical implementation details (optional)
No response