-3

Currently I am working on a large php project and using xampp server and brackets IDE. Can anyone please tell me how to find the specific line or file where the variable is first defined.

4castle
  • 32,613
  • 11
  • 69
  • 106
Pankaj Agrawal
  • 1,469
  • 2
  • 17
  • 27

2 Answers2

0

you can use 3rd party applications like Actual Search and Replace

Ehab Eldeeb
  • 722
  • 4
  • 12
0

You can find the variable definition across files in brackets..

Shift+ctrl+F on windows.

You can also manually navigate to the option via the menu bar

Find > Find in Files

It will give you instances of the search string across all files in the project.