Skip to content

Make "add using" code actions high priority#11128

Merged
davidwengier merged 1 commit intodotnet:mainfrom
davidwengier:CodeActionOrdering
Oct 31, 2024
Merged

Make "add using" code actions high priority#11128
davidwengier merged 1 commit intodotnet:mainfrom
davidwengier:CodeActionOrdering

Conversation

@davidwengier
Copy link
Copy Markdown
Member

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
Copy Markdown
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!

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