## 自動補全
Settings > Editor > Live Templates
選擇默認注釋的文件類型
Abbreviation 輸入 簡寫,此 簡寫 是當輸入之后按 tab 然后自動補齊的
Templates text 自動補齊的代碼內容
```
/*
* @Author: $creater$
* @Date: $nowTime$
* @Last Modified by: $editer$
* @Last Modified time: $nowTime$
*/
```
Edit variables 編輯自動補齊代碼中設置的變量
以?nowTime 舉例
nowTime
date("yyyy-MM-dd HH:mm:ss")