Hi everyone!
Some time ago we had a post about basics of code completion with AppCode, so I'll assume that you already are familiar with it, and that you have ⌃Space and ⌃⇧Space shortcuts at your fingertips. You know how and when to invoke completion, but let me ask you a question. What do you do when you've found the required item in the list? Wait, here's a wild guess, you press Enter. Right? That works, of course. AppCode inserts the selected element at the caret position. However, there is a number of scenarios when AppCode can do more than that, look deeper into your code structure and