How to skip a end brace

I need to declare a method, as following:

- (id) initWithName:(NSString *)name

when I type "(", appcode gives me "()", which is good.

But when I finished typing "id", I will be in the center of "( )". How do I skip the  ")" to contue typing "initWithName".


Thanks

Peter

0

Just type over it, i.e. type ')' as if there weren't one already.

0

请先登录再写评论。