-
-
Notifications
You must be signed in to change notification settings - Fork 399
Closed
Labels
level: easyThe issue is suited for beginnersThe issue is suited for beginnerstype: enhancementNew feature or requestNew feature or request
Description
Is your enhancement request related to a problem? Please describe.
When I hit the code action button on unused imports, the "Disable [x] warnings" option is very high up, despite rarely being the right code action to fix the problem at hand. More generally it seems that the disable warning action is always high up on every warning.
Describe the solution you'd like
I would like the most appropriate fix to be first, so I can hit the "fix-first-suggestion" button in my editor to fix my imports. For instance, in this case, the first action should be deleting the unused imports on the current line.
Describe alternatives you've considered
Additional context
Reproduced on 1.7.0.0 but I'm 90% sure it's also a problem on 1.8.0.0.
Metadata
Metadata
Assignees
Labels
level: easyThe issue is suited for beginnersThe issue is suited for beginnerstype: enhancementNew feature or requestNew feature or request