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.
在 PhpStorm 中,如果文件中存在 PHP 错误,我会在代码窗口的右上角看到一个读取标记。那太棒了。我喜欢的是具有此读取标记的所有文件的列表。
有任何想法吗?
要获取包含错误和警告的所有文件的列表,请使用Code| 检查代码。可以指定要使用的检查配置文件、要扫描的目录。自定义范围提供了一种灵活的方式来在检查结果中包含/排除某些目录或文件。
Code
稍微偏离主题,但可能会有所帮助。如果您需要跳过文件(例如 CSS 文件)中的所有错误,请打开文件并点击F2键盘上的按钮。重复它以循环遍历所有错误。要导航回上一个错误,请点击Shift + F2
F2
Shift + F2