转载:http://blog.csdn.net/majian_1987/article/details/46691697

方便下次查找。

 

在Eclipse中,鼠标选中或者光标移动到Java类的变量名时,相同变量会被标识显示(设置背景色高亮),

并且侧边滚动条会标出变量的位置, 查找变量十分方便。

1.相同变量标识高亮显示: 
Window ->preferences ->Java ->Editor ->Mark Occurrences 
勾选复选框 Mark occurrences of the selected element in the current file

2.设置标识显示的高亮背景颜色: 
Window -> preferences -> General -> Editors -> Text Edito rs -> Annotations

右边列表选择Occurrences,点击Color设置高亮背景颜色。

相关文章:

  • 2022-12-23
  • 2021-05-31
  • 2021-08-17
  • 2021-08-29
  • 2021-11-21
猜你喜欢
  • 2021-05-15
  • 2022-01-18
  • 2021-07-10
  • 2022-12-23
  • 2021-11-05
  • 2021-12-29
  • 2021-08-21
相关资源
相似解决方案