Is there a keyboard shortcut or plugin to open PHP required or included files in Notepad++? I know that, in Dreamweaver, the command for this is Ctrl+D, but I can’t seem to find an analagous command in Notepad++.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are interested, I have made a plugin to do exactly this. Put your cursor on the line with the included file and press alt+o. You can download it from here:
https://sourceforge.net/projects/quickopenplugin/
if there are multiple includes on one line, it will open them all; If you want to explicitly want to open one file, you can also select the filename (and path) to open it.
The plugin handles relative paths 🙂