Is there an option in Eclipse PDT to show every call of chosen function. I now if you select some kind of function and hit F3 key you will see a definition of selected funct开发者_如何学JAVAion.
Open the Search Menu, Choose 'Search...', and navigate to the PHP tab, then
- Enter the method name in the search string text box;
- Select Method in the Search for group;
- Select References in the Limit to group.
Find method usages http://img217.imageshack.us/img217/83/eclipsepdtfindmethodusa.png
We have a plugin for that... nWire for PHP. It's a comprehensive PHP code analyzer which represents all your code associations, invocations included in one quick and easy to use view. It can also represent the associations graphically.
精彩评论