Xcode 9 tab can't jump out of bracket

In xcode 9 type method or property, it cant jump out of bracket, pre version xcode 8 or 7 is fine.

Something like this [UIColor redColor] or @property (nonatomic, strong), I have to use right button to jump out of method to write next code.

Is there any way to fix it ?

I believe this has been reported before. It's a change (perhaps a bug, no one knows if it is intentional) in Xcode 9's new source editor.


Previously, when Xcode 8 or earlier inserted the right bracket or parenthesis for you, it was "provisional" until you typed over it or used an arrow key to go past it. You could also tab past it.


In Xcode 9, you can still type over it, but you can no longer tab past it.


I suggest you submit a bug report, asking for the old behavior back again.

After 4 years and the bug still there. Congratulation Apple !!!

Xcode 9 tab can't jump out of bracket
 
 
Q