Xcode快捷键
文章目录
- Acceessing Navigator(Left) and Inspector(Right)
- Hiding and Showing Left/Right/Bottom Panel
- Navigating backward/forward
- Find Line
- Quick Open
- Show and Hide Assistance Editor
- Create, delete, navigate between taps
- Auto-focusing cavas
- Run, Build, Clean, Stop
- Selecting line from the left and deleting one by one
- Indenting multiple lines of code
- Hiding functions and extension
- Center the Current Line
- Show AutoCompletion
- Move Line Up/Down
- Delete Line Below
- Hide Code and Delete
- Open Documentation
- 引用
Acceessing Navigator(Left) and Inspector(Right)
Command 1–8 (Left)
Command Option 1–6 (Right)
Hiding and Showing Left/Right/Bottom Panel
Command 0(Left)
Command Option 0(Right)
Command Shift Y(Bottom)
Navigating backward/forward
Common Usage: You just worked on Storyboard, and multiple Swift files, and now you need to go back and forth. Just press these three buttons
Control Command Left/Right
Find Line
Command L
Quick Open
Command Shift O(letter)
Show and Hide Assistance Editor
Option Command Enter(Show)
Command Enter(Hide)
Create, delete, navigate between taps
Command T (Create)
Command W (Delete)
Command Shift [ ](Navigate)
Auto-focusing cavas
Command Shift L
Run, Build, Clean, Stop
Command R(Run)
Command B(Build)
Command .(Stop)
Command Shift K(Clean)
Selecting line from the left and deleting one by one
Control Shift E(Select)
Indenting multiple lines of code
Command [ ](Indent)
Shift Up/Down(Select One)
Command Shift Up/Down(Select All Below/Up)
Hiding functions and extension
Command Option Left/Right
Center the Current Line
Control L
Show AutoCompletion
ESC
Move Line Up/Down
Command Option [ ]
Delete Line Below
Control K
Hide Code and Delete
Option Command Left/Right(Hide/Show)
Command Delete(Delete all)
Option Delete(Delete Word)
Open Documentation
Command Shift 0(Number)
引用
My Favorite Xcode 8 Shortcuts(Part 1/3)
作者: Fynn
链接: https://fynn90.github.io/2019/02/11/Xcode%E5%BF%AB%E6%8D%B7%E9%94%AE/
本文采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可