Eclipse Tip: Hover to view source

Eclipse Tip Hover to view source

There are different hovers in Eclipse which are shown based on modifiers like Shift, Ctrl… One of such hovers is pops up when the ‘Shift’ key is pressed when hovering over a class or method in the Java editor. This shows the source code of the class or method. This is pretty handy to identify quickly the method or class that is being used. This helps a lot during code reviews or when I am looking at my own code after a long time.


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章