Closed
Description
From a recent UX study, one participant was frustrated by the reformat feature, because it didn’t always work with her programming style, i.e., not using trailing commas.
New Flutter user may not know --
optional trailing commas help the automatic formatter to insert an appropriate amount of line breaks for Flutter-style code.
Can we add a tooltip suggesting to add trailing commas?