-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IntelliSense results for command names should be sorted alphabetically #579
Comments
I was referring to command name IntelliSense, glad that you clarified that. |
Ah yeah, the command list could be sorted better. I wish VSCode had support for Intellisense filtering like VS 2017 has now. I could easily see having a filter for applications vs cmdlets/functions vs scripts. |
Yeah, that would be pretty handy. I would guess they'll get around to something like that eventually, seems like most features are only a matter of time ;) |
This change causes VS Code to preserve PowerShell's original CommandCompletion result sort order by creating SortText entries for every completion result, not just parameters. Resolves PowerShell/vscode-powershell#579.
The ISE sorts IntelliSense results alphabetically. The PowerShell extension should be consistent with that.
/cc @dotps1
The text was updated successfully, but these errors were encountered: