flutter / flutter/flutter-intellij
Refactor "Format on Save" to route through Dart plugin
Open
code-health
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
The code that implements "Format on Save" directly calls `analyzer.edit_format()`. It ought to use `DartStyleAction.runDartftm()`. The latter does more work to ensure file contents are updated.
Contributor guide
Assessment
This issue has not been assessed yet.