Snippet Edit for XCode
I always feels uncomfortable with the default code format from Xcode, such as
if(condition){
//do something
}
most of the time, I will move the first brace to a new line,
if(condition)
{
//do something
}
It makes the codes more readable to me.
It's tedious work to change the default snippets, and also it's not that easy. Well, it was not that easy.
Now, with the help of Snippet Edit, change them to the way you want.
Written by feng qijun
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Xcode
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#