For a plugin for Sublime Text I was required to install a composer package globally. In order to do this I had to run the following command: composer global require “asm89/twig-lint” “@stable” The …
Tag: sublimetext
How to determine path to php.exe on Windows – search default paths
I’m currently developing a couple of plugins for Sublime Text 2 on OS X and I would like to make them cross platform, meaning I have to find out if and where php.exe is installed. Right now I call /…