Unused usings feature does not deal with trivia correctly #1322
Labels
Area-Analyzers
Bug
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Unused usings diagnostic analyzer greys out contiguous unused usings. However, it only greys out trivia that is between the first and last unused usings - it does not grey out trivia present on the first or last unused using (notice how the last comment below is not greyed out)
The code fix however removes everything (including trivia present on the first and last unused using)
The text was updated successfully, but these errors were encountered: