Notepad++ Function List plugin tip2
By: Daniel
Using the Notepad++ Function List plugin you can filter out all of the required and included files in your current PHP file. To do so you will need a few things:
Once you have installed the Function List plugin as the instructions say, open up Notepad++ and follow the instructions below.
- Navigate in the File Menu to Plugins > Function List > Language Parsing Rules
- Select PHP from the left hand column
- Under the Group section click Add (You will now see newGroup listed below the Add / Delete buttons)
- Click on newGroup and change the Group Properties Name to Include
- Now under the Group Rules section make these changes (without the quotes):
- Function Begin: “include[\s\w]*\(['"]“
- Function List Name: “[\w\s\d\\/_.]*”
If you have a PHP file open that has functions and/or classes you can click the Try! button at the bottom of the window and you will see your included file paths show up in the Function List. Repeat this process to create a rule for required files as well. Once completed just click OK and you are done! Enjoy listing your included and required file paths in Notepad++.
**This will filter out the following in your Function List pane:
- include(’file_path_here.php’);
- include (’file_path_here.php’);
- include_once(’file_path_here.php’);
- include_once (’file_path_here.php’);
- require(’file_path_here.php’);
- require (’file_path_here.php’);
- require_once(’file_path_here.php’);
- require_once (’file_path_here.php’);




















January 13th, 2009 at 5:52 pm
I am looking for Instructors/ Tutors in these fields:
HTML, CSS, PHP, XML, ASP, JAVA SCRIPT, FLASH, DREAMWEAVER, FIREWORKS, PHOTOSHOP, and more.
I need them for online classes and tutorials.
I need to populate my Web Design Classes section.
You can offer Free classes or PAID classes.
Just sign up and login, then request to be an Instructor.
Thank you
Chris