Highlight debug functions

半腔热情 提交于 2019-11-29 16:54:48
  1. Install and use Php Inspections (EA Extended) plugin

  2. Once installed -- Settings/Preferences | Editor | Inspections

  3. One of the inspections this plugin provides called Forgotten debug statements -- find it there (hint: there is a search field -- use it)

  4. This inspection will highlight some standard debug related functions + you can add your own function names.

P.S. This inspection works with PHP functions only -- it will not find constructions like echo '<pre>',print($var),'</pre>'.

BTW -- why don't you try Xdebug/Zend Debugger for a proper debug experience?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!