1.idea類注釋
打開:file->setting->Editor->Filr and Code Templates->Includes->File Header
類注釋模闆:
/**
* @Title: ${file_name}
* @Package ${package_name}
* @Description: ${todo}
* @author ceshi
* @date ${DATE}${TIME}
*/
2.方法注釋
打開file->setting->Editor->LiveTemplates點選右邊上面那個綠色的+号,選擇Template Group輕按兩下,然後彈出一個視窗,随便添加一個名字,我這裡添加的是MyGroup然後點選OK
方法注釋模闆:
/**
* @Description: ${todo}
* @param ${tags}
* @return ${return_type}
* @throws
* @author ceshi
* @date $date$ $time$
*/
接下來如截圖配置
點選這個
然後選擇 Everywhere
最後點選右下角的Edit variables 按鈕,然後彈出一個視窗 如截圖