I've been having this issue with vscode on my mac where when I hover or call system functions it doesn't show their description, it just shows the arguments with no explanation whatsoever. I tried using the MS C/Cpp extension and its default intellisense and switched to clangd and neither worked. In contrast, when I'm using CLion it shows everything perfectly fine. Does anyone have any ideas as to how to fix this issue? It's been driving me insane.
Reference screenshots
vscode using C/Cpp Intellisense:
vscode using clangd:
using Clion:
I have gcc installed via Homebrew and I have my paths set up correctly so it's before /usr/bin and everything but my issue still persists.
Neither clang's nor gcc's headers have comments on my macOS.