Last Updated: February 25, 2016
·
834
· yourivdlans

Open sublime on line error

You ever want to click on the error your getting and sublime just opens there?

Now you can!

Requirements

Make sure you've set up both requirements and add the following line to your php.ini

xdebug.file_link_format="subl://open/?line=%l&url=file://%f"

Oh and if you were not using xdebug for your development yet, no thanks ;)