How to add intellisense for removed mysql_* functions in VS Code
问题 I am using Visual Studio Code and working on a PHP system. While working, all my mysql_* calls are showing as an error (underlined) and the tooltip is: Undefined function 'mysql_query' I am working with old PHP version, which still has this functions enabled, so the code does actually run when I use my Laragon server and test. In terms of PHP extensions I have Intelephnse, PHP IntelliSense, PHP Extension pack, PHP Debug. How can I enable the VS Code support for these removed PHP functions?