-
Notifications
You must be signed in to change notification settings - Fork 520
Open
@JustinGrote
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been reported.
Summary
Powershell has a completion API for commands that prioritizes things such as camelcase letters. For instance the first completion for g-arg is Get-AzureResourceGroup.
If possible, we should use this API and prioritize those results to the top of the list, rather than the default lexical search vscode does. This will more closely match the editor experience to the shell experience.
image
TBD whether this should be the default behavior or an opt-in, but either way it should be controllable via a setting.
Proposed Design
No response