WebStorm和PhpStorm有什么区别?

貌似WebStorm能做的事情PhpStorm都能做,而且后者还具备服务器端语言Php以及MySQL数据库,Apache服务器配置等服务器相关的功能

webstorm是专注于前端开发的,有丰富的前端框架和js库,phpstorm是偏向于服务器开发的,在纯前端的方面不如webstorm

PhpStorm = WebStorm + PHP + DB/SQL

All the features of WebStorm are included into PhpStorm, and full-fledged support for PHP and Databases/SQL support are added on top.

以上是从phpstorm官网原话 phpstorm包括webstorm所有功能加php和db。但是有些在webstorm里默认安装的plugin并没有安装在phpstorm里面 不过你完全可以自行安装 比如Meteor。相反webstorm无法安装phpstorm才能安装的php相关的plugin 比如Symfony。

database非常 方便管理项目MySQL表。 PhpStorm 有database模块, WebStorm则没有database模块。