<?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://iPhoneDeveloperTips.com/xcode/xcode-code-completion.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/xcode/xcode-code-completion.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lukáš</title>
		<link>http://iPhoneDeveloperTips.com/xcode/xcode-code-completion.html#comment-277</link>
		<dc:creator>Lukáš</dc:creator>
		<pubDate>Fri, 06 Mar 2009 08:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1625#comment-277</guid>
		<description>Hi,

i&#039;m really not comfortable with the default shortcuts so I changed code completion popup trigger to TAB, going to next placeholder to SHIFT+TAB and placing a regular tab in a text to ALT+TAB. It&#039;s much easier to use cc this way (and i don&#039;t need placing tabs that often). Perhaps that can inspire you. Also note that accepting the first suggestion is possible by hitting ENTER (RETURN) and if there are any placeholders then hitting ENTER again will move you to the first placeholder.

regards,

Lukáš</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i&#8217;m really not comfortable with the default shortcuts so I changed code completion popup trigger to TAB, going to next placeholder to SHIFT+TAB and placing a regular tab in a text to ALT+TAB. It&#8217;s much easier to use cc this way (and i don&#8217;t need placing tabs that often). Perhaps that can inspire you. Also note that accepting the first suggestion is possible by hitting ENTER (RETURN) and if there are any placeholders then hitting ENTER again will move you to the first placeholder.</p>
<p>regards,</p>
<p>Lukáš</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://iPhoneDeveloperTips.com/xcode/xcode-code-completion.html#comment-276</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 05 Mar 2009 19:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1625#comment-276</guid>
		<description>Stefan,

You can change the shortcuts inside the Preferences settings of Xcode. Go to Preferences-&gt;Key Bindings.

John</description>
		<content:encoded><![CDATA[<p>Stefan,</p>
<p>You can change the shortcuts inside the Preferences settings of Xcode. Go to Preferences->Key Bindings.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Shurman</title>
		<link>http://iPhoneDeveloperTips.com/xcode/xcode-code-completion.html#comment-273</link>
		<dc:creator>Stefan Shurman</dc:creator>
		<pubDate>Thu, 05 Mar 2009 14:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1625#comment-273</guid>
		<description>Hello,

is there a way to change the shortcuts into something better?

Regards,

Stefan</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>is there a way to change the shortcuts into something better?</p>
<p>Regards,</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://iPhoneDeveloperTips.com/xcode/xcode-code-completion.html#comment-272</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 04 Mar 2009 15:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1625#comment-272</guid>
		<description>I use Control+. to auto-complete (easy to remember: it&#039;s right next to Control+/)

This auto-completes without showing the pop-up list, and it automatically inserts the matched text.  Continue to hit Control+. to step through the available matches (Control+Shift+. to step backwards).  Undo (Command+Z) to get rid of the auto-completed text.

It&#039;s usually smart about which match to display first, picking the one you use most often or most recently.

It can also auto-complete things you might not expect, like file names in #import statements, and the names of localized string (using NSLocalizedString).</description>
		<content:encoded><![CDATA[<p>I use Control+. to auto-complete (easy to remember: it&#8217;s right next to Control+/)</p>
<p>This auto-completes without showing the pop-up list, and it automatically inserts the matched text.  Continue to hit Control+. to step through the available matches (Control+Shift+. to step backwards).  Undo (Command+Z) to get rid of the auto-completed text.</p>
<p>It&#8217;s usually smart about which match to display first, picking the one you use most often or most recently.</p>
<p>It can also auto-complete things you might not expect, like file names in #import statements, and the names of localized string (using NSLocalizedString).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

