Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[analyzer_plugin]: Add a way to react to VSCode source.fixAll #55887

Open
rrousselGit opened this issue May 31, 2024 · 0 comments
Open

[analyzer_plugin]: Add a way to react to VSCode source.fixAll #55887

rrousselGit opened this issue May 31, 2024 · 0 comments
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug

Comments

@rrousselGit
Copy link

In a project with a .vscode/settings.json file:

{
  "editor.codeActionsOnSave": {
    "source.fixAll": "explicit",
  }
}

Currently, this will not apply custom fixes.

I assume this is because there's no support for batch work in analyzer_plugin. But this would be great to support :)

@lrhn lrhn added the area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. label May 31, 2024
@srawlins srawlins added the type-enhancement A request for a change that isn't a bug label May 31, 2024
@keertip keertip added the P3 A lower priority bug or feature request label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants