How can I enable vertical split views in the Xcode IDE?

前端 未结 4 2029
再見小時候
再見小時候 2021-02-03 23:03

I\'m diving into iOS development and I\'m using Xcode on a multi-monitor setup.

Obviously I want to take advantage of the multiple monitors to view and edit multiple p

相关标签:
4条回答
  • 2021-02-03 23:11

    respect to mattdipasquale

    1. Command+J --------Check out the options in the Navigate file menu item

    2. Command+Option+,------editing code or your cursor is blinking in the Editor

    3. Option-click (or Option+Shift-click)------open a file in the Navigator

    4. Command+Enter----------reset

    0 讨论(0)
  • 2021-02-03 23:12

    Use the dropdown on the split icon to choose between different views

    0 讨论(0)
  • 2021-02-03 23:25

    Xcode 4

    Check out the options in the Navigate file menu item. I like Command+J. Also, while the Editor is active, i.e., you're editing code or your cursor is blinking in the Editor, press Command+Option+,. Or, you can Option-click (or Option+Shift-click) a file in the Navigator. Then, to make more room for editing, I like to press Command+0 to hide the Navigator and, if they're not already hidden, Command+Option+0 to hide the Utilities. Press Command+Enter to go back to the Standard Editor view.

    Xcode 3

    Hold down alt and click the little tiny box (with a horizontal line through it) in the upper-right-hand corner of the screen. It's underneath the tiny little lock icon.

    0 讨论(0)
  • 2021-02-03 23:26

    Xcode 9 for those coming from a search engine:

    Click and hold on the Assistant Editor button for an options menu. Choosing "Assistant Editors on Right" will cause the view to be split vertically.

    0 讨论(0)
提交回复
热议问题