Jump to function declaration in php
        Posted  
        
            by aeonsleo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by aeonsleo
        
        
        
        Published on 2010-05-18T12:01:56Z
        Indexed on 
            2010/05/18
            12:10 UTC
        
        
        Read the original article
        Hit count: 299
        
HI, I have the following ide's for php
- Dreamweaver
 - php-Eclipse
 - Textpad
 
I wish to jump to a function's definition which is located in another file which is not yet open. How could I do that. I am studying a websites code and have the entire directory struction in my local root folder. I come accross certain functions and I dont know in which file their definition is. Pls suggest something.Thanks
© Stack Overflow or respective owner