Is there a PHP syntax checker for Notepad++?

前端 未结 6 1091
灰色年华
灰色年华 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:10

    I recommend you find a true IDE (not a glorified text editor). I've used Notepad++ for years but it can't do much beyond syntax highlighting.

    I personally use PHPStorm (but it's not free, it is very good though :D ). You could also use NetBeans or Eclipse.

提交回复
热议问题