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

前端 未结 7 1963
故里飘歌
故里飘歌 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:09

    I did this by extending my eclipse to both monitors, in windows you can make your screens extended by holding win key and tapping P,

    enter image description here

    Then, selecting my left monitor as the main one I dragged the right side of the eclipse window to cover the other screen all the way. then made eclipse into three columns. Now my main monitor is dedicated to code editor and console and package explorer are on the other one! when you have a whole monitor for your code it always helps to use cntrl+{ and have a second vertical column for viewing the same file, or dragging the tab of another file to the side of screen to view both in the same time. enter image description here

    Finally I just saved my work from window > save Perspective As

    I can switch between my normal and dual monitor perspective whenever I'm not in the office

提交回复
热议问题