Swoft 之 PHPstrom 利器
修改 PhpStorm 的 PHP Class 模板
- 删除原先的 PHP 头注释
#parse("PHP File Header.php")
- 添加 PHP 严格模式
declare(strict_types=1);
安装 PhpStorm Annotation 插件
为了方便注解,使用此插件可以方便的引用相关类文件
两种方式:
- setting->plugins 搜索选择 Annotation
- 组合键 ctrl+shift+a 输入 plugins 搜索选择 Annotation
本作品采用《CC 协议》,转载必须注明作者和本文链接