Skip to content
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

Make "add using" code actions high priority #11128

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

davidwengier
Copy link
Contributor

Fixes #11049

Turns out #11069 meant the ordering of Razor and C# code actions is no longer a problem, so all we need to do is make sure the code actions that introduce new @using directives comes first.

@davidwengier davidwengier requested a review from a team as a code owner October 31, 2024 11:17
@davidwengier davidwengier changed the title Make extract component low priority Make "add using" code actions high priority Oct 31, 2024
Copy link
Member

@DustinCampbell DustinCampbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change seems good!

@davidwengier davidwengier merged commit 59d3de5 into dotnet:main Oct 31, 2024
12 checks passed
@davidwengier davidwengier deleted the CodeActionOrdering branch October 31, 2024 21:07
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Oct 31, 2024
@jjonescz jjonescz modified the milestones: Next, 17.13 P2 Nov 25, 2024
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.

In C# code, C# code actions should appear first
4 participants