OSX系统的sublime配置php执行编译
1)、进入如下菜单
2)弹出内容如下:
{
"cmd": ["make"]
}
修改为:
{
"cmd": ["php", "$file"],
"file_regex": "php$",
"selector": "source.php"
}
3)保存在默认的目录下即可,注意修改文件名为 php.sublime-build 。执行快捷键为Ctrl+B
开源博客:http://www.github.com/sqqihao
天道酬勤
微信扫一扫
OSX系统的sublime配置php执行编译
1)、进入如下菜单
2)弹出内容如下:
{
"cmd": ["make"]
}
修改为:
{
"cmd": ["php", "$file"],
"file_regex": "php$",
"selector": "source.php"
}
3)保存在默认的目录下即可,注意修改文件名为 php.sublime-build 。执行快捷键为Ctrl+B
开源博客:http://www.github.com/sqqihao
天道酬勤
相关推荐