autocomplete - Can I make Xcode auto-complete the parameters vertically? -


Take UIAlertView as an example:

The default auto-complete is like this: [[UIAlertView alloc] initWithTitle: ........ Message: .......... Representative: .............

I should be like this:

  [[UIAlertView alloc] initWithTitle: ... message: ... rep: ....   

What Xcode can do this?

Try to get angry:

< / Html>

Comments