Visual Studio Code – Why doesn't the VS Code Cpptools extension show function doc comments for functions with overloads?
Does anyone know how to remove overloads in the quick info popup for vscode? If I hover over a function with no overloads, it shows the comment description I wrote for the function using /**. But if I hover over…