PHP function descriptions as I type in Notepad++

前端 未结 3 1367
故里飘歌
故里飘歌 2021-02-18 21:22

Is there a plugin for Notepad++ which would allow me to see functions including parameters/returns as I type?

For example, if i type \"implode(\", I\'d see:



        
3条回答
  •  庸人自扰
    2021-02-18 22:02

    You don't need a plugin! 5.0 and above have this already.

    Go to Settings -> Preferences, then go to the Backup/Auto-Completion tab, and you'll find it at the bottom! Check the box for function parameters hint as well.

    You'll get exactly what you've asked for, as long as it knows the file is PHP.

提交回复
热议问题