Skip to content

Preserve PowerShell's CommandCompletion result sort order in VS Code #398

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

Merged
merged 1 commit into from
Mar 21, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Mar 21, 2017

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.

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.
@daviwil daviwil added this to the 0.11.0 milestone Mar 21, 2017
@daviwil
Copy link
Contributor Author

daviwil commented Mar 21, 2017

@rkeithhill any objection to this? Seems the most expedient way to force VS Code to preserve PowerShell's sort order. I get sorted IntelliSense results identical to the ISE after this change.

@rkeithhill
Copy link
Contributor

No objections. LGTM.

@daviwil
Copy link
Contributor Author

daviwil commented Mar 21, 2017

Sweet, thanks!

@daviwil daviwil merged commit 737b8cf into PowerShell:develop Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants