I like clazy a lot, it can really find some problematic cases that the compiler and clang-tidy do not find. However during development in VSCode, it would be great to see the warnings directly in the code, while typing, before the build. Currently that does not work for me. I'm using the clangd extension, and have clang-tidy enabled. Can I somehow add clazy to that mix? If not, could that support be added?
I would also love to see this, but it is unfortunately not possible, see https://github.com/clangd/clangd/issues/1458. Maybe some time in the future, I subscribed to the given issue.