Cmd + shift + o
: 自动导入文件中使用的类Cmd + option + s
: 打开source操作菜单Cmd + option + n
: 新建快捷键Cmd + d
: 删除当前行shift + enter
: 在当前行的下一行插入空行shift + Cmd + enter
: 在当前行的前一行插入空行鼠标停靠在编辑器左边, 右键
快捷键Cmd + ,
打开偏好: General -> Appearance -> Colors and Fonts -> java -> Java Editor Text Font, 然后点击右边Edit设置需要的字体.
Cmd + ,
打开偏好: General -> Editors -> Text Editors, 勾选show whitespace characters
Cmd + ,
打开偏好: Java -> Code Style -> Formatter然后点击Edit
Cmd + ,
打开偏好: General -> Workspace 右侧选择所需的文件编码和换行符
Cmd + ,
打开偏好: General -> Content Types右侧的Text所有子项都设置为UTF-8
Cmd + ,
打开偏好: General -> Editors -> File Associations, 如果右侧列表没有xml, 点击Add, 输入*.xmlCmd + ,
打开偏好,选择: Maven -> Installations, add浏览前面安装的Maven,并apply
conf/settings.xml
选中项目右键 -> Properties
-> Web Project Settings
, 更新context root 为/
.保存更新或者重新部署