PHP function descriptions as I type in Notepad++

前端 未结 3 1361
故里飘歌
故里飘歌 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:14

    You can read about it in Notepad++'s documentation site found here

    http://npp-community.tuxfamily.org/

    The auto complete section can be found here

    http://npp-community.tuxfamily.org/documentation/notepad-user-manual//editing/auto-completion

提交回复
热议问题