anyone know how to edit code sense?
Where / how can I edit xcodes code sense/completion?
For example when I type NSLog and press enter it gives "NSLog(NSString *format, ...)"
but I want "NSLog(@"");"
so all i have to do is fill in the actually text, the @ and the ; are done for me :-)
|