(VSCode Extension) add 'Fix All Auto-fixable Problems' command #19984
sankalpmukim
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a "Fix all auto-fixable problems" option to the vscode extension. Because it's super annoying otherwise. I don't mind working on this myself (As in assigned to me), starting this discussion here because the CONTRIBUTING.md (ref: https://github.com/tailwindlabs/tailwindcss-intellisense/blob/main/.github/CONTRIBUTING.md ) file told me to discuss first.
Hey, I think this is related to some TailwindCss major version upgrade, but the clankers (coding agents) write a lot of code that the tailwind linters flag for "better" ways that it can be written in.

Example:
These warnings / suggestions take away from relatively more serious problems that we want to put more attention on.

Won't it be great if there was an option here somewhere similar to the ESlint vscode extension that said something like fix all auto-fixable problems?
Not to say that they are not important, its just it should be possible to auto-fix them at this point.
Made a heavily vibe coded PR for this too. Feel free to close it / guide me for changes, but please somehow get this fix in, would really really appreciate it. Thanks in advance 🚀
tailwindlabs/tailwindcss-intellisense#1572
This is the first step, later on, I also want to do a CLI way to do this for my clankers (coding agents) to take care of so that it can be plugged in as a code formatter/LSP-fix to opencode so I don't worry about it.
Beta Was this translation helpful? Give feedback.
All reactions