1.Eclipse修改主题

个性化主题设置

Eclipse->Windows->Preferences->General->Apperance->自行选择Theme

Eclipse实用操作

点击Open Color Themes page更改编译器背景颜色、图标样式、代码颜色...

Eclipse实用操作

Eclipse字体调整

Eclipse->Windows->Preferences->General->Apperance->Colors and Fonts->Basic->Text Font->Edit

Eclipse实用操作

代码提示背景色修改

Eclipse->Windows->Preferences->General->Apperance->Colors and Fonts->Basic->Information background color->Edit

Eclipse实用操作

提示框字体大小修改

Eclipse->Windows->Preferences->General->Apperance->Colors and Fonts->Basic->Dialog Font->Edit(上图红框)

鼠标悬浮提示框背景设置

Eclipse实用操作

Eclipse->Windows->Preferences->General->Apperance>Colors and Fonts->Java->Javadoc background(overrides....)

Eclipse实用操作

关闭鼠标悬浮提示框

Eclipse->Windows->Preferences->Java->Editor>Hovers->取消选择Combined Hover

Eclipse实用操作

2.快捷键

ctrl+shift+L      呼出快捷键列表(可直接输入,搜索查询)

ctrl+shift+X      小写->大写(选中要更改字符)

ctrl+shift+Y      大写->小写(选中要更改字符)

ctrl+shift+F      代码格式化(关闭输入法)

ctrl+shift+O      快捷更改import类(可以去掉未使用的类)

ctrl+shift+X      小写->大写(选中要更改字符)

ctrl+1               快速弹出解决错误方法的提示

shift+Alt+S->Generate Getters and Setters..      快速生成构造方法(也可以在菜单->Source>Generate Getters and Setters..)

 

 

 

 

未完待续...

 

相关文章:

  • 2021-12-28
  • 2021-05-18
  • 2022-02-07
  • 2021-12-06
猜你喜欢
  • 2021-07-28
  • 2021-07-14
  • 2021-05-20
  • 2021-11-27
  • 2022-02-07
  • 2022-01-11
相关资源
相似解决方案