Eclipse | IDEA | |
查找类的结构: | Ctrl+O | Alt+7 |
Debug: | F6 | F8 |
下一个断点: | F8 | F9 |
查看一个量: | 左键双击+Ctrl+Shift+I | Alt+左键单击 |
查看一个量: | Ctrl+左键 | Ctrl+左键 |
查找类: | Ctrl+Shift+R | Ctrl+N |
查看引用: | 左键双击+Ctrl+Shift+G | 左键双击+Alt+F7 |
整个工程查找: | 菜单Search-File | 菜单Edit-Find-Find in Path(Ctrl+Shift+R不查找iml文件) |
设置 | Window-Preferences | File-Settings |
查找和替换 | Ctrl+F | Ctrl+ |
运行当前选择的类 | Ctrl+F11 | Shift+F10 |
光标在历史移动位置中前后移动 | Alt+←、Alt+→ | Ctrl+Alt+←、Ctrl+Alt+→(英特尔显卡中Ctrl+Alt+←、Ctrl+Alt+→是旋转屏幕,会使idea光标移动失效,在控制面板所有控制项中选择英特尔显卡,选项和支持中禁用即可。) |
依赖管理 | project右键+Build Path | Moudle右键+Open Moudle Settings |
格式化 | Ctrl+Shift+F | Ctrl+Alt+L(可以选中代码区域,代码文件,或者代码文件夹) |
文件或文件夹重命名 | Shift+F6 | |
删除当前代码中所有无用的import | Ctrl+Alt+O | |
查看类或接口的成员: | Alt+7 | |
查看类或接口的实现或继承: | Ctrl+Alt+B | |
删除拼音检查 | File-Settings-搜索inspections-去掉spelling的勾选 | |
字体修改 | File-Settings-搜索color scheme font-勾选Use color scheme font instead of the default | |
设置 tab 为 4 个空格 | File-Editor-Code Style-Java-去掉Use tab character勾选,Indent设为4 | |
删除选中区域的空白行 | File-Settings-Plugins,搜索并安装string manipulation,重启IDEA,选中区域右键String Manipulation-Filter/Remove/Trim-Remove empty lines | |
快速定位错误和警告 | F2/Shift+F2 | |
新建文件 | 点击包,Alt+Insert | |
查看类的继承、接口 | 点击类,Ctrl+H | |
弹出构造方法、Getter、Setter等 | 在类编辑区Alt+Insert |
idea左侧项目导航顶部的设置图标中选择Autoscroll from Source,可以像eclipse一样,点击编辑窗口中已打开的文件后,自动在项目导航中定位文件位置。