PhpStorm 2017.3.3(build 173.4301.34) 已正式发布,可以在 JetBrains Toolbox App 进行下载,或者如果已安装之前的 PhpStorm 2017.3.2 或 PhpStorm 2017.3.3 EAP (173.4301.24) 版本,应该很快会在 IDE 中收到有关程序更新的通知。
该版本为 PHP 和 Web 开发提供了新功能、错误修复和改进,并采用了 IntelliJ 平台的最新改进。
REST 客户端:自动格式化响应的内容
在这个版本中,实现了一个新的 REST 客户端功能:自动格式化请求结果。PhpStorm 会分析内容类型并相应地设置响应的格式。如果由于某种原因导致类型检测失败,仍然可以手动选择 JSON、HTML和 XML 格式。要查看原始响应,可以选择“以文本格式查看”。
值得关注的 bug 修复和新特性
- Fixed: Short syntax array destructuring does not allow skipping values: WI-34517
- Fixed: Unhandled exception: doesn’t analyze “new MyClass” (constructor) expression: WI-37946
- Fixed: Broken “Change to” spelling quickfix in the Commit dialog: WI-39142
- PHP New Class now saves previously selected template: WI-39427
- Fixed: “Can’t run 32-bit version on Windows”: JRE-590
- Fixed: All run configurations lost after upgrade to 2017.3: IDEA-182966
- Fixed: Tool Window docking issue IDEA-149061
- Fixed: FETCH ALL IN <cursor name> returns error <failed to load> org.postgresql.jdbc4.Jdbc4ResultSet: DBE-2465
- Fixed: DataGrip does not recognize Redshift’s WITH NO SCHEMA BINDING clause: DBE-5404
参阅问题跟踪器和完整的发布说明,以了解错误修复和改进的完整列表。
发布主页
转自 http://www.oschina.net/news/92559/phpstorm-2017-3-3-released