Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的 php 脚本中包含了一些文件,include并且我正在使用我包含的文件中定义的变量和函数。有没有办法以这种方式配置 PhpStorm 以在建议列表中显示这种变量?
include
编辑 2021 年 12 月:(版本 2021.2.3):选项现在称为“在当前文件外搜索变量的定义”
2021 年 1 月编辑:(版本 2020.1.1):选项现在称为“包含包含语句的文件中的报告”
确保在. _ Editor > Inspections > Undefined Variable完成此操作后,您将拥有自动完成变量。
Editor > Inspections > Undefined Variable
令人讨厌的是,这不会为您提供有关这些变量的类型信息,即使它们是使用随附的 PHPDoc 定义的。