设置idea 中注释 和自动补全

1.点击 setting->Editor -> File And Code Templates 选择相应类型的文件配置
这里选择class 和interface
/**

  • @author :mmzs
  • @date :Created in ${DATE} ${TIME}
  • @description:${description}
  • @modified By:
  • @version: v e r s i o n version version
    */
  1. 点击 setting -> Editor -> Live Templates,然后新建一个 Template group ,再新建一个Live Template。注意格式:
    *
  • @Title: e n c l o s i n g m e t h o d enclosing_method enclosingmethod
  • @Description:
  • @Author: (作者)
  • @Version: (版本)
  • @Date: d a t e date date t i m e time time
  • @Parameters: t a g s tags tags
  • @Return r e t u r n t y p e return_type returntype
  • @Throws
    要不然 editvariables 不可点击

你可能感兴趣的:(软件安装)