eclipse 常见配置和快捷键
配置
设置tab为空格
- Click Window » Preferences
- Expand Java » Code Style
- Click Formatter
- Click the Edit button
- Click the Indentation tab
- Under General Settings, set Tab policy to: Spaces only
- Click OK ad nauseam to apply the changes.
设置显示空格
Window->Preferences->General->Editors->Text Editors->Show whitespace characters
安装vim
google 搜vrapper 或者点此下载
快捷键
按键 | 操作 |
---|---|
ctrl+h | 全局搜索 |
ctrl + 1 | quick fix |
ctrl + shift + r | 打开资源 |
ctrl + shift + f | formatting |
ctrl+o | 预览类里面的所有方法和属性 |
ctrl+e | 在已打开文件中切换 |
shift+enter | 在当前行之下创建一个空白行 |
ctrl+shift+o | 清除不需要引用的包 |
ctrl+l | 跳转到指定行 |
ctrl+t | 查看继承结构 |
alt+↑ | 上移本行代码 |
ctrl+alt+h | 查看方法被调用的具体位置 |
自动补全
コンテンツ アシスト java自动提示处恢复默认的.