swift - Only complete code in Xcode with Tab, not Enter -


how can set xcode tab completes code, , not enter?

because if i'm typing , want move next line, requires hit esc first close code completion, enter.

disabling enter code completion save few keystrokes.

you can default using + or + .

if want, can change in xcode's preferences under key bindings tab. search "newline" , swap shortcuts "insert newline" , "insert newline without action".


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -