Pavan Katepalli
Pavan Katepalli

Reputation: 2464

php searching question

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

Answers (3)

Naveed
Naveed

Reputation: 42143

You can also try Agent Ransack

Upvotes: 2

RobertPitt
RobertPitt

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

Chetan
Chetan

Reputation: 48069

One word. ack.

Upvotes: 2

Related Questions