Where is the basic Control-TAB (MRU) behavior in Xcode?

后端 未结 3 642
遥遥无期
遥遥无期 2020-12-19 01:40

In most multi-document editors for windowing environments, Control-TAB will utilize an MRU list to bring the user back to the last visible file. What

3条回答
  •  -上瘾入骨i
    2020-12-19 01:54

    In recent XCode (10.3), when in a code editor press:

    ctrl+1, right, right

    Then use up and down keys and enter to select from the MRU sorted list of recent files.

    There is even an option to increase the size of the history.

提交回复
热议问题