default quick fixes for omit_obvious_local_variable_types
#56272
Labels
analyzer-quick-fix
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
When trying to quick fix analysis issues from
omit_obvious_local_variable_types
, I see different defaults that the quick fixes foromit_local_variable_types
.omit_obvious_local_variable_types
will default to adding an ignore for an issue;omit_local_variable_types
will default to replacing the type declaration withvar
.omit_local_variable_types
(preferred):omit_obvious_local_variable_types
(less desired):cc @eernstg
(discussion issue at #58773)
The text was updated successfully, but these errors were encountered: