-
Notifications
You must be signed in to change notification settings - Fork 420
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
Properly order Code Actions #758
Labels
Comments
... hey the |
😄 |
would be great if the ExtensionOrderer was public |
Yeah, I know. It's a bit silly. |
Merged
This issue has been fixed in the 1.14 milestone. We just released a beta of 1.14 - https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.14.0-beta4. Follow these instructions to install a beta release of C# for VS Code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today, code actions are ordered with some very suspicious logic.
Roslyn defines an ExtensionOrderAttribute that is applied to code fixes to allow them to state their order dependencies. OmniSharp should use this to create a sensible order.
The text was updated successfully, but these errors were encountered: