我们可以在 Sublime Text 3 中创建 PHP 的 build system,这样就可以利用 ctrl+b 命令快速运行。
tip要把php添加为环境变量,然后再进行如下操作
添加 PHP 的 build system,如图所示, Tools->Build System-> New Build System :
修改为:
{ "cmd": ["php", "$file"], "file_regex": "php$", "selector": "source.php" }
保存在默认的目录下即可,注意修改文件名为 php.sublime-build 。
注:最后记得选择Tools-Bulid System-php