You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we have the Extract Method refactor and a Convert Getter to Method rewrite. This request is actually a two part one:
If the extracted content has no need for local variables, suggest a new Extract Getter
If a method has no parameters and returns something other than void suggest a new Convert Method to Getter
We could also think about a similar requests for setters if the return type is void and it takes one parameter only, but that may be something that happens less frequently.
Any suggestions for this are appreciated.
The text was updated successfully, but these errors were encountered:
FMorschel
added
the
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
label
Feb 20, 2025
johnniwinther
added
area-devexp
Developer Experience related issues (DevTools, IDEs, Analysis Server, completions, refactoring, etc)
and removed
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
labels
Feb 20, 2025
Today we have the
Extract Method
refactor and aConvert Getter to Method
rewrite. This request is actually a two part one:Extract Getter
void
suggest a newConvert Method to Getter
We could also think about a similar requests for
setter
s if the return type isvoid
and it takes one parameter only, but that may be something that happens less frequently.Any suggestions for this are appreciated.
The text was updated successfully, but these errors were encountered: