ide - PHP Syntax Checking in Notepad++ -


is there plugin notepad++ allows files run through compiler simple syntax checking? such catch missing ; or or non-matching brace counts, etc.?

not tested myself, should able run command (f5) , windows binary of php.

the command want follows:

cmd /k c:\path\to\php.exe -l $(full_current_path)


Comments