After 3 years on VS, I decided to try Visual Code with clangd for a bit. I work for a big company with huge legacy code and technical debt so I often have to work with some old code and not so modern C++ and more often than not I must read a lot of code rather than write some.
Visual code's code analysis finds hundreds of "Problems" aka warnings fill my entire page which reduces code visibility. Minimap is unusable as 80% is highlighted in yellow.
Is there a way to filter the code analysis so that it only checks and shows warning for the code I just wrote ?
I tried tweaking the user settings of the Code Analysis / clang tidy