PhpStorm 7.1 版本添加了很多新特性,修复了一些 bugs ,改进了 PHP 和 Web 方面的相关技术,同时也对 IntelliJ IDEA platform 做了很大的改进。现已提供下载:Download PhpStorm 7.1
PHP 方面的更新如下:
Exception breakpoints and Xdebug jit option support
Full Doctrine-style PHP Annotations support via updated Open API
A way to document mixins regardless of PHP version: PhpStorm will interpret @mixin annotation the same way as actual “use trait” - see WI-1730
VCS-friendly Deployment configs: deployment mappings and excluded paths are now saved in .idea/deployment.xml. They are mapped to servers by names, see WI-715 for more information
Clickable @link URLs in editor
Special treatment for protected member access on @var-declared $this in Views
Parameter name suggestion based on its type name
and many other bug fixes and improvements.
web 方面的更新如下:
Mocha framework integration
Improved support for Dart language
LESS 1.5.0 is supported
PhpStorm 7.1 同时也在 IntelliJ IDEA 13 platform 上进行了同步更新,主要更新内容如下:
随处搜索
只需要在右上方点击图标 或者使用 Double-Shift,就可随处搜索了
镜头模式
如果你想返回原来的模式,你可以调用 View | Toolbar and View | Tool Buttons (或者点击左边的图标 )
快速查询
文件夹导航
可以使用文件导航的操作来导航文件夹,跟文件导航的速度是一样的。
更好的性能
可以查询字符和注释,还可以使用特定的范围查询。
更快更强大的Git log viewer 和 Mercurial.
项目主页:http://www.jetbrains.com/phpstorm/
下载地址:http://www.jetbrains.com/phpstorm/download/index.html
来自:开源中国社区

