Is there a shortcut for switching between panels in eclipse?

后端 未结 4 997
小蘑菇
小蘑菇 2021-02-08 23:52

Eclipse has an MDI structure (Multi Document Interface), so the search panel, the package explorer and the code editor can all be open in one window, but I haven\'t found a keyb

4条回答
  •  后悔当初
    2021-02-09 00:37

    There are two ways to do it.

    One is how @VonC did it, in an earlier reply; using CTRL+SHIFT+E which opens a box containing all the panes with their paths.

    The other one is to simply use CTRL+E, which will open a pop-up just over your cursor containing the list of panes open. Parse using arrows and ENTER

提交回复
热议问题