View Full Version : Way to temporarily not insert closing brace in xcode
luckylefty01
Apr 30, 2008, 12:32 AM
If I'm using Xcode to automatically insert a closing brace, is there a way to temporarily not insert a brace? As in the case where I want to encase an entire block of already written code inside a loop or if() statement and thus need the closing brace way down at the bottom, not right at the start.
Thanks.
-L
alaceo
Apr 30, 2008, 09:40 AM
You can just delete it. However, for what you described, all you really need to do is put the cursor between the brackets, that way your end bracket will always be below what you want to type and you won't forget to close it later.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.