Closed p4vook closed 3 years ago
While I realize that this project is in hiatus, I have put a pull request out. Given the high number of clang-tidy checks with fix support, this feature makes vscode-clang-tidy much more useful.
I've accepted @dmeister's pull request. Look out for it whenever I get around to a new release.
Took me a while just to find the API for that: https://code.visualstudio.com/api/references/vscode-api#TextEdit https://code.visualstudio.com/api/references/vscode-api#WorkspaceEdit https://code.visualstudio.com/api/references/vscode-api#CodeAction There's also an interesting SourceFixAll CodeActionKind that could be used for the apply all fixits functionality.