I want to check the function definition of in a php code. I am using notepad++ text editor. The same thing we can do in visual studio. Putting the cursor over the function name and hitting F12, and you will be navigated to function definition. I've googled it but can't find the desired result. Any body can help me?
Edit
In (PHP function descriptions as I type in Notepad++) this post user has asked about the intellisense feature of notepad++ which I already have. What I need is that, e.g if I am in abc.php and here I am calling a function 'abc();', which is defined in some xyz.php. Now is there any way in notepad++ that by pressing some short cut key or plugin that I need to install, which will take me to xyz.php->abc(){}. I think I might be clear this time