How to quickly find the file in which the function is located? . NET is very easy to find, you can use VS to quickly go to the definition, or directly find the project
Recently, when using php to read other people's code, it is a headache for require \ include.
No specific fuction can be found.
Cainiao asks how to manage the entire project or site to quickly find the fucntion, class, or variable!
Thank you.
Reply to discussion (solution)
After netbeans imports the project, you can press control + to click the function and jump to the defined page.
After netbeans imports the project, you can press control + to click the function and jump to the defined page.
Can I skip to the definition either in the same file or in other files?
In addition, can Zend Studio be implemented? I only installed Zend Studio 12
Jump to any project
I have never used Zend Studio. it seems that it is okay. ide on the tall stage can be used.
Press ctrl and move the mouse up.
Zend is acceptable. I use zend.
Eclipse has this function.