Swoft 之 PHPstrom 利器

zs4336發表於2019-11-23
修改 PhpStorm 的 PHP Class 模板
  • 刪除原先的 PHP 頭註釋
    #parse("PHP File Header.php")
  • 新增 PHP 嚴格模式
    declare(strict_types=1);

    declare

安裝 PhpStorm Annotation 外掛

為了方便註解,使用此外掛可以方便的引用相關類檔案
兩種方式:

  • setting->plugins 搜尋選擇 Annotation
  • 組合鍵 ctrl+shift+a 輸入 plugins 搜尋選擇 Annotation

annotation

趁還沒掉光,趕緊給每根頭髮起個名字吧~

相關文章