Reputation: 2464
I have a lot of php code and I'm going through it right now (500+ files). I was hoping to find a program that would let me easily search through the files to see which files contain a specific variable I am editing. Kind of like a super edit -> find from notepad++. Anyone have any suggestions?
Best, Pavan
Upvotes: 1
Views: 86
Reputation: 57268
You can use a PHP ide such as NetBeans or your alternative is if you want to stick with notepad++ you can the Find in files
which is located in the last tab when you hit CTRL+F
using NetBeans IDE you can lay your project out into a really decent code profiler and be able to see what your code is doing from a visual prospective.
Upvotes: 0