<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Xcode Code Completion</title>
	<atom:link href="http://MacDeveloperTips.com/xcode/xcode-code-completion.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html</link>
	<description>Tips, tools and code for iPhone and Mac developers.</description>
	<lastBuildDate>Tue, 01 May 2012 00:21:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Stephanie</title>
		<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html/comment-page-1#comment-12358</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Sun, 20 Nov 2011 00:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=265#comment-12358</guid>
		<description>Nice share. Even though it has been posted some time ago, still it is very useful for me. Thank you, nice work....</description>
		<content:encoded><![CDATA[<p>Nice share. Even though it has been posted some time ago, still it is very useful for me. Thank you, nice work&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau</title>
		<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html/comment-page-1#comment-11085</link>
		<dc:creator>Beau</dc:creator>
		<pubDate>Thu, 11 Aug 2011 20:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=265#comment-11085</guid>
		<description>Really wish code completion would work for protocol properites... 

@protocol FooBar 
@property (nonatomic, retain) NSString *foo;
@end

id bar = [MyMagicClassMaker createObjectWithProtocol:@protocol(FooBar)]; // Example of a magic class maker: HessianKit

bar.f&lt;&lt;&gt;&gt;

no completions :(</description>
		<content:encoded><![CDATA[<p>Really wish code completion would work for protocol properites&#8230; </p>
<p>@protocol FooBar<br />
@property (nonatomic, retain) NSString *foo;<br />
@end</p>
<p>id bar = [MyMagicClassMaker createObjectWithProtocol:@protocol(FooBar)]; // Example of a magic class maker: HessianKit</p>
<p>bar.f&lt;&lt;&gt;&gt;</p>
<p>no completions :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Chu</title>
		<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html/comment-page-1#comment-1115</link>
		<dc:creator>David Chu</dc:creator>
		<pubDate>Wed, 12 May 2010 04:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=265#comment-1115</guid>
		<description>Another key is Cmd+,</description>
		<content:encoded><![CDATA[<p>Another key is Cmd+,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tod</title>
		<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html/comment-page-1#comment-1111</link>
		<dc:creator>Tod</dc:creator>
		<pubDate>Thu, 06 May 2010 22:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=265#comment-1111</guid>
		<description>On many of the auto-completions (don&#039;t hit opt-esc or F5 just let the auto complete suggestion show up)  if you hit RETURN (instead of tab) it jumps you to the next CamelCased identifier and you can refine from there by typing or hit Return again to jump to the next CamelCased identifier. For example, type NSM and it shows NSMachPort. Hit a u and it shows NSMutableSet Hit Return and it jumps to the Word Set, hit A and you get NSMutableArray.</description>
		<content:encoded><![CDATA[<p>On many of the auto-completions (don&#8217;t hit opt-esc or F5 just let the auto complete suggestion show up)  if you hit RETURN (instead of tab) it jumps you to the next CamelCased identifier and you can refine from there by typing or hit Return again to jump to the next CamelCased identifier. For example, type NSM and it shows NSMachPort. Hit a u and it shows NSMutableSet Hit Return and it jumps to the Word Set, hit A and you get NSMutableArray.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: other noob</title>
		<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html/comment-page-1#comment-933</link>
		<dc:creator>other noob</dc:creator>
		<pubDate>Fri, 25 Sep 2009 07:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=265#comment-933</guid>
		<description>I just started my first app with xCode and I realy needed something like intelisence or something. Now I know that it calls &quot;code sense&quot; in Xcode, and I know how to use it. Thanks.</description>
		<content:encoded><![CDATA[<p>I just started my first app with xCode and I realy needed something like intelisence or something. Now I know that it calls &#8220;code sense&#8221; in Xcode, and I know how to use it. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noob</title>
		<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html/comment-page-1#comment-736</link>
		<dc:creator>noob</dc:creator>
		<pubDate>Mon, 11 May 2009 14:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=265#comment-736</guid>
		<description>thanks for this post. it&#039;s mind boggling that &#039;code sense&#039; doesn&#039;t appear in the xcode 3.1.2 help index, and noobs like me have to troll the internet to learn that  and  are the keys they need.</description>
		<content:encoded><![CDATA[<p>thanks for this post. it&#8217;s mind boggling that &#8216;code sense&#8217; doesn&#8217;t appear in the xcode 3.1.2 help index, and noobs like me have to troll the internet to learn that  and  are the keys they need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html/comment-page-1#comment-688</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Wed, 25 Mar 2009 18:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=265#comment-688</guid>
		<description>Great post. I rebound these keys in preferences to keys on my home row, I use this so frequently.

I have an article up on my blog: http://www.turkeysheartrhinos.com/?p=8 that builds on these concepts and shows you how to create custom macros for code completion.</description>
		<content:encoded><![CDATA[<p>Great post. I rebound these keys in preferences to keys on my home row, I use this so frequently.</p>
<p>I have an article up on my blog: <a href="http://www.turkeysheartrhinos.com/?p=8" rel="nofollow">http://www.turkeysheartrhinos.com/?p=8</a> that builds on these concepts and shows you how to create custom macros for code completion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html/comment-page-1#comment-678</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 07 Mar 2009 16:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=265#comment-678</guid>
		<description>Thanks for taking the time to post this.</description>
		<content:encoded><![CDATA[<p>Thanks for taking the time to post this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattjDrake</title>
		<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html/comment-page-1#comment-677</link>
		<dc:creator>MattjDrake</dc:creator>
		<pubDate>Thu, 05 Mar 2009 20:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=265#comment-677</guid>
		<description>Great post, I&#039;ve been meaning to write something like this up for a while.  Thanks!</description>
		<content:encoded><![CDATA[<p>Great post, I&#8217;ve been meaning to write something like this up for a while.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://MacDeveloperTips.com/xcode/xcode-code-completion.html/comment-page-1#comment-676</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 05 Mar 2009 19:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=265#comment-676</guid>
		<description>Good catch Mark. Thanks, I&#039;ve made the change to the post.</description>
		<content:encoded><![CDATA[<p>Good catch Mark. Thanks, I&#8217;ve made the change to the post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

