开发者

PHP Syntax Checking in Notepad++

is there a pl开发者_JS百科ugin for notepad++ that allows for files to be run through a compiler for simple syntax checking? such as to catch missing ; or or non-matching brace counts, etc.?


Not tested myself, but you should be able to do this with the Run Command (F5) and a windows binary of PHP.

The command you most likely would want is as follows:

cmd /K c:\path\to\php.exe -l $(FULL_CURRENT_PATH)


I don't think so. Use Netbeans PHP. It's great. I haven't looked back since I switched to it

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜