flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.98k stars 319 forks source link

Get suggestion for ignoring lints #6909

Open feinstein opened 1 year ago

feinstein commented 1 year ago

Sometimes I want to ignore lints but I don't know what is the lint name. So I git alt+Enter and I don't get any suggestions for ignoring the lint. It would be useful that all lints generating warnings had a quick action to ignore it.

You can try to replicate this by violating the cascade_invocations lint.

ManuelRauber commented 1 month ago

You can do that in the Dart Analyzer window.

Also it would be nice to have it in alt+Enter as well.