Anyone else seeing this?
Since installing 10.2 I've noticed that the Xcode text editor is no longer inserting closing braces.
The option is "on" in XCode text editing prefs.
Is it a known issue?
Is there a fix?
Anyone else seeing this?
Since installing 10.2 I've noticed that the Xcode text editor is no longer inserting closing braces.
The option is "on" in XCode text editing prefs.
Is it a known issue?
Is there a fix?
>Is it a known issue?
Nothing jumps out in theXcode 10.2 Release Notes - feel free to file a bug and see what comes back, adding your report # to your thread for ref, thanks & good luck.
I tested on 10.2 ß3, closing curly braces are inserted.
Test case:
type if 1 == 0 {
then return
} is inserted with empty line.
I gonna test on 10.2 release
Tested on 10.2 (10E125). Works
Also tested closing brace "()".
Closing is inserted as soon as I type something following the opening brace '('
Could you describe your use case very precisely ?