Sublime_调试PHP编译系统设置.

http://www.xcjs.com/2012/01/02/adding-a-php-build-system-to-sublime-text-2/

工具->编译系统->新建编译系统

{
        "cmd": ["C:\\wampserver\\bin\\php\\php5.3.13\\php.exe", "$file"],
        "file_regex": "php$",
        "selector":"source.php"
}

命名为php.sublime-build,保存在C:\Documents and Settings\[用户名]\Application Data\Sublime Text 2\Packages\User目录下.

重启sublime text,就可以用Ctrl+B来编译.php文件了.

你可能感兴趣的:(sublime,text,2,PHP编译)