What sublime t 2/3 plugin name indicates syntax error in php language?

Question:

I need to know some sublime text 3 plugin that indicates an error in the syntax of the real-time debuger type code like the one in phpStorm… does anyone know?

Answer:

The most popular plugin is XDebug

https://xdebug.org/

See also usage by netbeans:

http://wiki.netbeans.org/HowToConfigureXDebug

Scroll to Top