Visual studio code Visual studio代码中的Intelepse扩展无法识别Drupal 7函数:许多未定义的函数警告

Visual studio code Visual studio代码中的Intelepse扩展无法识别Drupal 7函数:许多未定义的函数警告,visual-studio-code,drupal,drupal-7,intelephense,Visual Studio Code,Drupal,Drupal 7,Intelephense,我想在键入函数名的同时查看函数的签名。此外,转到定义功能也不起作用 研究,但没有关于如何获得这项工作的建议。此外,有人建议在不同的地方调整Intelepshus扩展的配置。我将这些部分添加到我的settings.json并重新加载了Vs代码;还是没有成功 "intelephense.environment.documentRoot": "/home/mehdian/www/hodhod_main/website/", "intelephe

我想在键入函数名的同时查看函数的签名。此外,转到定义功能也不起作用

研究,但没有关于如何获得这项工作的建议。此外,有人建议在不同的地方调整Intelepshus扩展的配置。我将这些部分添加到我的settings.json并重新加载了Vs代码;还是没有成功

  "intelephense.environment.documentRoot": "/home/mehdian/www/hodhod_main/website/",
  "intelephense.environment.includePaths": ["/home/mehdian/www/hodhod_main/website/includes"],
  "intelephense.files.associations": ["*.php", "*.phtml", "*.module", "*.inc"]