红联Linux门户
Linux帮助

PhpStorm 6.0.1发布,PHP集成开发环境

发布时间:2013-04-20 08:58:28来源:红联作者:empast
PhpStorm 6.0.1 发布了,这是一个维护版本,包含重要的 bug 修复、性能提升,同时也有一些新特性,值得关注的内容有:

PHP:

The generic Factory Method pattern support was added.
By adding simple external metadata you can help IDE to deduce return types from the invocation arguments. This will reduce the number of required @var annotations in code employing the pattern, wich is quite common in modern frameworks. More info on using metadata
PHP type inference for variables should now work with Fluent Interface style call chains more correctly - again removing the need for many @var annotations.
PHP completion for array indexes has been significantly improved, general completion performance is back to speed
PHP inspection got a couple of new ones - division by zero and invalid string operation
Change Signature refactoring now supports anonymous functions
New action “move method up/down”
Code formatting and indentation fixes
Smarty template engine support fixes
More details on changes are available in the issue tracker.
HTML / CSS / JavaScript

改进对 CoffeeScript 代码的格式化
Improved inspections for SASS and TypeScript
Internal web server is now available in PhpStorm
Various bugfixes

官方发行说明:http://blog.jetbrains.com/phpstorm/2013/04/phpstorm-6-0-1-released/

来自:开源中国社区
文章评论

共有 0 条评论