Closed as not planned
Description
Feature Request
The proper way for extensions to add linting fixes (not formatting fixes) is to add entries like this in the VS Code config:
It would be nice if this extension could add a source.fixAll.clangTidy
that would then automatically fix all fixable problems on save.
References
https://stackoverflow.com/a/61051832/1853417
https://code.visualstudio.com/api/references/vscode-api (search for CodeActionProvider
)
https://code.visualstudio.com/updates/v1_83#_code-actions-on-save-and-auto-save
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done