How to tell XCode to insert ready-to-use method body?
How to tell XCode to insert ready-to-use method body?
- Subject: How to tell XCode to insert ready-to-use method body?
- From: Vyacheslav Karamov <email@hidden>
- Date: Sun, 11 Nov 2012 22:42:22 +0400
Hi All!
Is there any way to tell XCode to insert method body without blue ellipses around each parameter?
For example, I wrote down in a header:
class GameObject
{
public:
void someMethod(int a, SomeClass param, void * v);
...
}
then I'm typing somewhere:
void GameObject::someMethod...
and this GameObject::someMethod will be inserted with blue ellipses around each parameter,
and I have to double-click each of them to remove ellipses and make compiler happy.
Is there any way to handle this quicker?
---
WBR,
Vyacheslav.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden