Sublime
全名 Sublime Text,官网 http://www.sublimetext.com/ ,是一款收费的PHP开发工具。
PhpStorm
官网 https://www.jetbrains.com.cn/phpstorm/ ,是一款收费比较贵的PHP开发工具。
VSCode
Visual Studio Code,官网 https://code.visualstudio.com/,是微软推出的一款免费的PHP开发工具。
值得注意的一点是,Visual Studio Code 及其商标均为微软公司所有,并在《微软软件许可协议》下发布,为专有软件。 而 vscode (Code - OSS) 为 MIT 许可证下的开源软件。前者在后者基础上经一定自定义构建操作得来。
用几款值得推荐的拓展插件:
- PHP Extension Pack
- PHP Intelephense
- PHP IntelliSense
- PHP DocBlocker
- PHP Formatter
- PHP Namespace Resolver
-
PHP Snippets from PHPStorm
- GitLens — Git supercharged
一款Git管理工具,在窗口中就可以使用,用起来不错。
- Project Manager
- Settings Sync
- Better Align
参考资料
让vscode支持php函数跳转功能 https://blog.csdn.net/mm744/article/details/113764747
用Visual Studio Code做PHP开发 https://blog.csdn.net/nbaqq2010/article/details/108753059