PhpStorm 9.5 EAP 已经开始,今天主要是分享 PhpStorm 9.5 开发计划,PhpStorm 9.5 计划在 2015 Q4 发布。
- 功能实现
- 在计划中
- 在开发中
未来版本的 PHP 特性:
- PHP
- New Refactorings: Extract super class Move members - any
- PHPDoc Standard (PSR-5) support
- Autoloading Standard (PSR-4) support
- Type inference support for SPL
- Namespaces project view
- phpdbg debugger
- Related files navigation for MVC frameworks
- More actions accessible from UML diagrams (refactorings, advanced code generation, etc)
PhpStorm 9.5 计划特性
- Editing Experience
- 完全支持 PHP 7
- PHP REPL (read–eval–print loop, interactive console for PHP)
- 静态重构
- 类型推断改进
- Structural Search & Replace scenarios for PHP - basically an ability to easily define custom inspection rules
-
@method 注解改进
- 在快速方法文档中支持 @inheritdoc
- 工具和环境
- 通过远程 PHP 解析器 Composer
- 重做 PHPUnit 运行系统
- 平台特性
- 代码格式化工具改进
- 测试运行新 UI
- OS X 和 Java 版本 (安装器不再要求 Java 6,the Switch IDE Boot JDK action)
- Windows 和 Linux 支持 True HiDPI
- 配置运行指示器
- 版本控制:在 Diff Viewer 中编辑代码
- 按路径查找:预览面板
- 数据库工具:新数据源和驱动对话框
同时也在尝试:
- Zend Framework 2 支持
- Joomla 支持
- 数据流分析
- 数组元素类型追踪
- 在线重命名
- Getters/setters 自动完成
- 提取方法重复检测
-
版本控制
- Docker 集成:镜像和容器管理,部署工具
- 新插件和新特性
更多详细内容请看发行说明。
via 开源中国社区