You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses issue #40 - improved parameter completion list order
This takes advantage of the fact that PowerShell returns us a list of parameter names already in the preferred order (common params at the end). We just need to make the SortText for each completion result preserve the initial order.
0 commit comments