Xcode 10: Auto insert closing braces bug
I'm using Xcode 10.3. I've discovered if I have comment blocks in a file, then Xcode won't auto insert a closing bracket in that file.
/*
Temporary fix. Replace this...
*/
//
// ...with this
//
I'm using Xcode 10.3. I've discovered if I have comment blocks in a file, then Xcode won't auto insert a closing bracket in that file.
/*
Temporary fix. Replace this...
*/
//
// ...with this
//