I'm using the class TCPDF (/tecnickcom/tcpdf/tcpdf.php) in CodeIgniter4. It does not use a namespace. An Fpdi class(/setasign/fpdi/src/Tcpdf/Fpdi.php) extends TCPDF. It does use a namespace. VSCode is giving me warnings about unknown properties and methods that are in the TCPDF class. Is there any way to help InteliiSense out so I get genuine warnings? Everything is installed in the vendor directory. I've got this in my workspace.