Is there a PHP syntax checker for Notepad++?

前端 未结 6 1081
灰色年华
灰色年华 2021-02-05 01:23

Is there a PHP syntax checker plugin for Notepad++?

Please don\'t answer \"Use another editor instead\"

6条回答
  •  不思量自难忘°
    2021-02-05 02:06

    As LazyOne said above, you can use NppExec which you can install using the plugin manager (Plugins>Plugin Manager>Show Plugin Manager) You'll also need to have PHP installed. Lastly, the command I use to do PHP syntax checking with NppExec is

    "C:\Program Files (x86)\PHP\php.exe" -l $(FULL_CURRENT_PATH)
    

提交回复
热议问题