Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A Sublime Text extension to show PHP warnings and errors

I installed Sublime Text 2 recently, and I'm still adapting. I've already installed the Package Control and the most of PHP extensions. I wish a one that would underline the syntaxes errors, like Netbeans does. Is there a package that can do this?

like image 200
Keoma Borges Avatar asked Apr 25 '13 14:04

Keoma Borges


People also ask

How do I get sublime text to show errors?

At the bottom of the Sublime Text Tools menu, you will see a SublimeLinter submenu. Select SublimeLinter > Next Error , SublimeLinter > Previous Error , or SublimeLinter > Show All Errors .

Does sublime work with PHP?

Sublime Text is not quite an IDE (Integrated Development Environment), but with the installation of a handful of packages/plugins you can really make it the ideal editor for developing PHP in. There are some great packages out there for Sublime Text to help PHP developers improve quality of code and workflow.


1 Answers

Use SublimeLinter (it checks PHP syntax using php -l).

like image 125
Marcel Korpel Avatar answered Sep 21 '22 05:09

Marcel Korpel