Any tips on how to organize Eclipse environment on multiple monitors?

前端 未结 7 1962
故里飘歌
故里飘歌 2020-12-22 15:35

I can\'t find a good way of putting Eclipse windows on two monitors. Currently I just detached (clicked on a header and dragged) a few windows to a secondary monitor (packag

7条回答
  •  甜味超标
    2020-12-22 16:11

    I use Ultramon to spread my Eclipse across two monitors.

    I have the left hand side devoted to the code and the right hand side to the Project Explorer, Search, Console, Ant and Outline views.

    This way I get focus to all of my Eclipse stuff when I click on it in the taskbar or alt-tab. I can also overlay another window (usually my browser or a trace viewer) on the right hand monitor. I use SemTop to pin the overlayed window if I want to code and read some reference at the same time (This is where shortcuts keys come in handy).

    So I can look at code and StackOverflow at the same time ;)

    Ultramon

提交回复
热议问题