I have a PHP constant that I use frequently in Visual Studio Code, and I don't want it to be flagged everywhere as undefined, because I know when the scripts go live the constant will already be defined. The constants are defined in the MODX config file on the server that loads before any custom coding loads. Is there any way to "whitelist" a constant, or ignore it?