怎么用sublime写php
时间:2019-09-18 10:48
怎么用sublime写php? 使用sublime编写php代码 ①添加php路径到path环境变量 ②打开sublime软件,Tools —> Build System —> New Build System,得到后缀名为“sublime-build”的文件 将内容替换为: 然后保存为php.sublime-build即可。 推荐:【sublime教程】 以上就是怎么用sublime写php的详细内容,更多请关注gxlsystem.com其它相关文章!{
"cmd": ["php", "$file"],
"file_regex": "php$",
"selector": "source.php"
}