快捷键:
【Ctrl+O】查找文件内方法、常量
【Ctrl+Shift+R】查找文件
【Ctrl+Shift+T】查找类,查找工作空间(Workspace)中的所有文件(包括Java文件),也可以使用“*”、“?”等通配符。
【Ctrl+Shift+G】 查找类、方法和属性的引用。这是一个非常实用的快捷键,例如要修改引用某个方法的代码,
可以通过【Ctrl+Shift+G】快捷键迅速定位所有引用此方法的位置。
Eclipse背景颜色修改:
window->Preference->General->Editors->Text Editors->Appearance color options->background color
背景色推荐:色调:85。饱和度:1 2 3。亮度:2 0 5
Eclipse文字大小修改:
window->Preference->General->Apperance->Colors and Fonts->Basic.Text Font/Java.Java Editor Text Font
Eclipse中文乱码修改:
window->Preferences->General->Workspace,右侧“Text file encoding”修改为UTF-8
Eclipse任意字符自动提示功能:
window--preference--java--editor--content assist,页面最下面倒数第二行那个框里修改成.abcdefghijklmnopqrstuvwxyz
Eclipse显示空格和制表符:
Window->Preferences->General->Editors->Text Editors->Show whitespace characters