IDEA的使用及优化
一、IDEA安装
IDEA优化
1、方法分割线
1、打开设置Settings...
2、Editor --> General --> Appearance --> 勾选Show method separators
2、导入class包
Structure --> Add Content Root --> out
3、Ctrl+滑轮 控制字体大小
File ---> Settings.... ---> General ---> 勾选Change font size with Ctrl + Mouse Wheel
4、修改类头的文档注释信息
- 下面给出官网给出的常用预设变量:
${PACKAGE_NAME} - the name of the target package where the new cor interface wil1 be created.
${ PROJECT_NAME} - the name of the current project.
${FILE_NAME} - the name of the PHP file that will be created.
${NAME} - the name of the new file which you specify in the New File dialog box during the file creation.
${USER} - the login name of the current user.${DATE} - the current system date.
${TIME} - the current system time.${ YEAR} - the current year.
${MONTH} - the current month.
${DAY} - the current day of the month.${HOUR} - the current hour.
${MINUTE} - the current minute.
${PRODUCT_NAME} - the name of the IDE in which the file will be created.
${MONTH_NAME_SHORT}- the first 3 letters of the month name. Example:an,Feb,etc.
${MONTH_NANE_FULL} - full name of a month. Example: January ,February, etc.
5、设置自动编译
标签:name,--,IDEA,month,current,使用,优化,NAME From: https://www.cnblogs.com/manmc/p/17188445.htmlsettings-->Build,Execution, Deployment-->Compiler