运维网's Archiver
论坛
›
php
› sublime text3调试PHP编译系统设置
玩龙天子
发表于 2015-8-26 11:27:53
sublime text3调试PHP编译系统设置
工具->编译系统->新建编译系统
{
"cmd": ["C:\\wampserver\\bin\\php\\php5.3.13\\php.exe", "$file"],
"file_regex": "php$",
"selector":"source.php"
}
命名为php.sublime-build,保存即可
重启sublime text,就可以用Ctrl+B来编译.php文件了.
页:
[1]
查看完整版本:
sublime text3调试PHP编译系统设置