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

Ensure 'remove unnecessary using' shows up before 'convert to program-main style program' #76543

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CyrusNajmabadi
Copy link
Member

Fixes #76536

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner December 20, 2024 19:07
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 20, 2024
title,
// If the user is on a using/import that is marked as unnecessary, then we want to make sure that this
// code action is preferred over virtually any others that could be located at that position.
priority: CodeActionPriority.High),
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: the attributes solve this specific issue. But i wanted to ensure that we wouldn't have the problem with other fixers in the future.

@CyrusNajmabadi
Copy link
Member Author

@JoeRobich ptal.

@CyrusNajmabadi
Copy link
Member Author

@dotnet/roslyn-ide ptal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Quick Actions and Refactoring" puts the wrong items at the top.
2 participants