In this blog post, we will talk about the most useful basic AppCode actions that can help you edit code much faster. Once you learn these shortcuts and start using them regularly, you’ll come to realize just how much time they save you.
1. Duplicate a line
Place the caret at the line you want to duplicate and press ⌘D:
2. Delete a line
To delete a line at the caret, press ⌘⌫:
3. Expand/shrink the selection
In AppCode, you can select code fragments based on their structure using the Extend Selection (⌥↑) and Shrink Selection (⌥↓) actions:
In our example, the code selection is extended in the
Top 10 AppCode Editor Actions
by