• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How to tell XCode to insert ready-to-use method body?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: How to tell XCode to insert ready-to-use method body?
      • From: Jens Alfke <email@hidden>
  • Prev by Date: Any way to get Xcode to not open folders when dragging them?
  • Next by Date: Re: How to tell XCode to insert ready-to-use method body?
  • Previous by thread: Any way to get Xcode to not open folders when dragging them?
  • Next by thread: Re: How to tell XCode to insert ready-to-use method body?
  • Index(es):
    • Date
    • Thread