Home > Backend Development > PHP Tutorial > phpstorm - phpstrom怎样查找一个方法在整个项目中的哪里被调用?

phpstorm - phpstrom怎样查找一个方法在整个项目中的哪里被调用?

WBOY
Release: 2016-06-06 20:31:04
Original
4347 people have browsed it

如题,这个方法不是自定义方法。

回复内容:

如题,这个方法不是自定义方法。

ctrl + shift + f

右键点击方法名 选择finder useage

选中类名或者方法名,然后鼠标点击右键:find Usages即可

在左边文件夹右键,然后在路径中查找,就可以查找文件夹中所有调用此方法的文件了

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template