This repository was archived by the owner on Jul 16, 2023. It is now read-only.
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
[BUG] Provide documentation for how to use auto fixes #195
Closed
Description
What do you want to discuss?
Hi! 👋 Thank you for the wonderful additions to the analyzer, some of these are so useful! Much appreciated.
Many of the rules suggest that they support auto fixes, but there's nothing in the documentation about how to use them.
As far as I can tell, dartanalyzer doesn't support auto fix which is a couple of years old but I can't find anything new. I am able to apply the comma fix as a Quick Fix in VSCode, but I'd love if it happened automatically. I'm especially interested in the prefer-trailing-comma
automatically running because dartfmt
formatting without trailing commas is making me cray.
Thank you for reading.