How do you split and unsplit a window/view in Eclipse IDE?

后端 未结 11 1910
Happy的楠姐
Happy的楠姐 2020-12-04 05:06

How do you split a window/view in Eclipse IDE? I want to edit code while viewing the different code in the same file.

If there is a trick to open the same file twice

11条回答
  •  执笔经年
    2020-12-04 05:47

    You might want to check an eclipse plugin called HandySplit

    It allows to split an editor into two and move tabs from one editors stack to another with keyboard shortcuts only.

    That works on Eclipse Juno or higher. For the previous Eclipse versions check this out

提交回复
热议问题