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?