Find where a variable is defined in PHP (And/or SMARTY)?

后端 未结 6 843
忘掉有多难
忘掉有多难 2020-12-17 22:05

I\'m currently working on a very large project, and am under a lot of pressure to finish it soon, and I\'m having a serious problem. The programmer who wrote this last defin

6条回答
  •  既然无缘
    2020-12-17 22:19

    If you use the netbeans editor just "right click" -> "go to Definition"

    Or ctrl + click on the variable.

    If the editor can't figure it out, you could fallback to the "Find in files" option.

提交回复
热议问题