notskm / vscode-clang-tidy

MIT License
48 stars 26 forks source link

Feature Request: New command - fix file #68

Closed LazyRen closed 3 years ago

LazyRen commented 3 years ago

Currently clang-tidy only comes with one command: lint file - that lints currently opened file.

It would be great if a new command fix file is added to fix issues.

Currently, fixing clang-tidy warning is only available via FixOnSave option. But turning this option will result in unwanted fix & cause delay before saving. So i personally don't want it to be turned on.

LazyRen commented 3 years ago

NVM. #42 will do better once it is released.

By the way, is there a any plan for the next release? I'm hoping to see that quick fix on action.

Thanks.