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

'Remove unnessasary usings' should remove redundant line break when import groups are separated #45866

Closed
Dreamescaper opened this issue Jul 10, 2020 · 0 comments · Fixed by #60672
Labels
Area-IDE Concept-Continuous Improvement help wanted The issue is "up for grabs" - add a comment if you are interested in working on it IDE-CodeStyle Built-in analyzers, fixes, and refactorings
Milestone

Comments

@Dreamescaper
Copy link
Contributor

Version Used:
VS2019 16.7 P3.1

Steps to Reproduce:
Preconditions: dotnet_separate_import_directive_groups = true

ER:
When using directive groups are separated (with line break), and the whole first group is not used, 'Remove unnessasary usings' should remove all usings from first group, and separating line break as well.

AR:
Line break remains before other usings.

DQRCrtuO4N

@vatsalyaagrawal vatsalyaagrawal added Area-IDE Bug IDE-CodeStyle Built-in analyzers, fixes, and refactorings Concept-Continuous Improvement help wanted The issue is "up for grabs" - add a comment if you are interested in working on it and removed Bug labels Jul 10, 2020
@vatsalyaagrawal vatsalyaagrawal added this to the Backlog milestone Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Concept-Continuous Improvement help wanted The issue is "up for grabs" - add a comment if you are interested in working on it IDE-CodeStyle Built-in analyzers, fixes, and refactorings
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants