<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
    <link>https://forums.adobe.com/community/edge_code_preview?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 26 Jun 2014 01:19:44 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-06-26T01:19:44Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6497928?tstart=0#6497928</link>
      <description>&lt;!-- [DocumentBodyStart:a9fed9e8-fe20-43fa-a8a7-d438ffff4a39] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Phew! Seems like it's finally working. Thanks for all the help! For anyone else reading this in the future, here's the summary of how this was all resolved:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Help &amp;gt; Show Extensions Folder, then go up 1 level to the Edge Code CC folder&lt;/p&gt;&lt;p&gt;2. Drag brackets.json file to Edge Code CC to edit it&lt;/p&gt;&lt;p&gt;3. If you get rid of everything that starts with "edge-code-kuler", you end up with a very clean document that looks something like this:&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "insertHintOnTab": true,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "UserSurveyReminder": 0,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DefaultEditorPrompted": true,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "closeBrackets": true,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "useTabChar": false&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There may be extra bits depending on other preferences, but this is what mine looked like when it was successful. Note opening and closing curly brackets, the lack of curly quotes, and the commas after everything except the last one.&lt;/p&gt;&lt;p&gt;4. Save and close the application and restart.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a9fed9e8-fe20-43fa-a8a7-d438ffff4a39] --&gt;&lt;img src='/beacon?t=1415952933679' /&gt;</description>
      <pubDate>Thu, 26 Jun 2014 01:19:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6497928?tstart=0#6497928</guid>
      <dc:date>2014-06-26T01:19:44Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6497906?tstart=0#6497906</link>
      <description>&lt;!-- [DocumentBodyStart:558a83bc-d50b-4668-bfd3-31b186577011] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I found 2 errors (using the JSONLint Extension, btw):&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The last line is:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;"useTabChar": false,&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In JSON, commas are *separators*, not *terminators*, so last item cannot have a trailing comma. Delete it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There is some invalid syntax in the Kuler prefs. Delete all 5 lines that starts with "edge-code-kuler".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;HTH,&lt;/p&gt;&lt;p&gt;Randy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:558a83bc-d50b-4668-bfd3-31b186577011] --&gt;</description>
      <pubDate>Thu, 26 Jun 2014 01:12:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6497906?tstart=0#6497906</guid>
      <dc:date>2014-06-26T01:12:22Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6497891?tstart=0#6497891</link>
      <description>&lt;!-- [DocumentBodyStart:f70e6886-4b5b-4c7f-b975-db07a3db065c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I appreciate you looking into this for me, Randy. I did notice the curly quotes and had changed them.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://www.dropbox.com/s/g3771rwtuhstl9y/brackets.json" rel="nofollow"&gt;Dropbox - brackets.json&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f70e6886-4b5b-4c7f-b975-db07a3db065c] --&gt;</description>
      <pubDate>Thu, 26 Jun 2014 00:56:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6497891?tstart=0#6497891</guid>
      <dc:date>2014-06-26T00:56:18Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6496432?tstart=0#6496432</link>
      <description>&lt;!-- [DocumentBodyStart:0e396f4e-5dfc-4b48-a8e3-9c7a37745f83] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Can you post a copy of your file somewhere and add a link here?&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Note: I made a silly error recently when I copied a setting out of an e-mail and I didn't notice that Outlook had converted the double-quote chars to curly quotes (which is not valid -- needs to be single or double quotes). JSON data is essentially JavaScript code, to it has to be very exact.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Randy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0e396f4e-5dfc-4b48-a8e3-9c7a37745f83] --&gt;</description>
      <pubDate>Wed, 25 Jun 2014 17:36:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6496432?tstart=0#6496432</guid>
      <dc:date>2014-06-25T17:36:56Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6496037?tstart=0#6496037</link>
      <description>&lt;!-- [DocumentBodyStart:9f6e8d5c-009b-4484-aa09-2fd8c91dbec5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes, this error pops up a bunch of times in the console log:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="expanded section" style="min-height: 8pt; padding: 0px; margin: 0 0 0 12px !important;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="monospace header" style="padding: 0 8px 0 0;"&gt;&lt;div class="title"&gt;ParsingError&lt;span class="object-info-state-note" style="color: white; text-align: center; margin: 0 6px; font-size: 9px; background-color: #b3cbf7;" title="Object state below is captured upon first expansion"&gt;&lt;/span&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;ol class="monospace properties-tree properties" style="padding-right: 6px; padding-bottom: 2px; list-style: none; font-size: inherit; padding-left: 0 !important;"&gt;&lt;li&gt;&lt;span class="name" style="color: #881391;"&gt;message&lt;/span&gt;&lt;span class="separator"&gt;: &lt;/span&gt;&lt;span class="value console-formatted-string" style="color: #c41a16;" title="Invalid JSON settings at C:/Users/Paul/AppData/Roaming/Adobe/Edge Code CC/brackets.json(SyntaxError: Unexpected string)"&gt;"Invalid JSON settings at C:/Users/Paul/AppData/Roaming/Adobe/Edge Code CC/brackets.json(SyntaxError: Unexpected string)"&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="name" style="color: #881391;"&gt;name&lt;/span&gt;&lt;span class="separator"&gt;: &lt;/span&gt;&lt;span class="value console-formatted-string" style="color: #c41a16;" title="ParsingError"&gt;"ParsingError"&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="dimmed name" style="color: #881391;"&gt;__proto__&lt;/span&gt;&lt;span class="separator"&gt;: &lt;/span&gt;&lt;span class="console-formatted-object value" title="Error"&gt;Error&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="console-formatted-object value" title="Error"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="console-formatted-object value" title="Error"&gt;I doesn't seem to say where the error is. Aside from adding this one line, I have done nothing else to the default json file that came with the program.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="console-formatted-object value" title="Error"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="console-formatted-object value" title="Error"&gt;- p&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="console-formatted-object value" title="Error"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9f6e8d5c-009b-4484-aa09-2fd8c91dbec5] --&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:48:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6496037?tstart=0#6496037</guid>
      <dc:date>2014-06-25T15:48:40Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6495902?tstart=0#6495902</link>
      <description>&lt;!-- [DocumentBodyStart:47130ee6-d512-4717-ac6e-fe4acaafc974] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;That's only slightly different, but it's still Code Hints, and that scenario also works for me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Open a Chrome browser window, go to localhost:9235, then click on link to Edge Code -- this takes you to the Developer Tools. Switch to the Console tab and let us know if there are any errors.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you have any extensions installed? This article describes how to disable extensions to see if there may be a conflict: &lt;a class="jive-link-external-small" href="https://github.com/adobe/brackets/wiki/Troubleshooting#disabling-extensions-individually" rel="nofollow"&gt;Troubleshooting &amp;middot; adobe/brackets Wiki &amp;middot; GitHub&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You could also try installing the JSONLint extension to see if there are any syntax errors in your preferences file:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://github.com/ingorichter/de.richter.brackets.jsonlint" rel="nofollow"&gt;https://github.com/ingorichter/de.richter.brackets.jsonlint&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Randy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:47130ee6-d512-4717-ac6e-fe4acaafc974] --&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:21:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6495902?tstart=0#6495902</guid>
      <dc:date>2014-06-25T15:21:52Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6495812?tstart=0#6495812</link>
      <description>&lt;!-- [DocumentBodyStart:c381dde0-e4c4-4318-8682-3e2c5b47a8f2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes, we are indeed doing different things. I'm trying to get this to work in a CSS file. So for example, I type this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;.testclass {&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And then I start to type "text-align". I type "tex" and then "text-align" comes up as a suggestion. That's what I'd like to insert on tab.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- p&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c381dde0-e4c4-4318-8682-3e2c5b47a8f2] --&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:04:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6495812?tstart=0#6495812</guid>
      <dc:date>2014-06-25T15:04:20Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6494083?tstart=0#6494083</link>
      <description>&lt;!-- [DocumentBodyStart:17a844b6-b923-41af-aa80-f3576d387eed] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just added that preference to my Edge Code CC preferences and it works for me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm on Windows 7 -- what OS/version are you on?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Maybe you're referring to something different than I am. I opened an HTML page, put the cursor before the closing '&amp;gt;' of a tag, and inserted a space. This invoked the Code Hints menu with a list of attributes for that tag, I used up/down arrows to select the one I wanted, and then hit Tab key and it was inserted in my page. Does that work for you?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please provide a recipe for what you are doing, what you are expecting to happen, and what is actually happening.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Randy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:17a844b6-b923-41af-aa80-f3576d387eed] --&gt;</description>
      <pubDate>Wed, 25 Jun 2014 03:11:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6494083?tstart=0#6494083</guid>
      <dc:date>2014-06-25T03:11:52Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6493654?tstart=0#6493654</link>
      <description>&lt;!-- [DocumentBodyStart:ceb66b55-063b-4e6e-98e0-6ae7ad49874b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It says I'm running the latest build: experimental build 0.98.0-359086273&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I guess this is why it's experimental, huh?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Paul&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ceb66b55-063b-4e6e-98e0-6ae7ad49874b] --&gt;</description>
      <pubDate>Tue, 24 Jun 2014 23:11:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6493654?tstart=0#6493654</guid>
      <dc:date>2014-06-24T23:11:58Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6493572?tstart=0#6493572</link>
      <description>&lt;!-- [DocumentBodyStart:ec482fcc-e68e-49cb-84a3-55b4e0b8f55b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Which version of Edge Code are you running? This relies on the new preferences mechanism, so be sure you're on the latest version.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Randy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ec482fcc-e68e-49cb-84a3-55b4e0b8f55b] --&gt;</description>
      <pubDate>Tue, 24 Jun 2014 22:46:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6493572?tstart=0#6493572</guid>
      <dc:date>2014-06-24T22:46:28Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6493106?tstart=0#6493106</link>
      <description>&lt;!-- [DocumentBodyStart:64a6880e-bf59-42fa-be2a-d6c2c650d968] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;That's what I had done. My brackets.json document starts like this:&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "insertHintOnTab": true,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "edge-code-kuler.KULER_URLS": "{\"MY_KULER_THEMES\":true,\"FAVORITE_KULER_THEMES\":true,\"POPULAR_KULER_THEMES\":true,\ "RANDOM_KULER_THEMES\":true}",&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And then goes on to define other Kuler settings. It's in there, it's saved, yet I'm still just getting tab spacing when I try to autocomplete with tab. I'm not sure what I'm doing wrong, but it's a bit frustrating.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Paul&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:64a6880e-bf59-42fa-be2a-d6c2c650d968] --&gt;</description>
      <pubDate>Tue, 24 Jun 2014 20:38:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6493106?tstart=0#6493106</guid>
      <dc:date>2014-06-24T20:38:20Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6493087?tstart=0#6493087</link>
      <description>&lt;!-- [DocumentBodyStart:ad75a61e-04b9-4ced-9aea-a063c7d9847c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;JSON properties are comma separated, so you'll need to put a comma on the end of the previous item.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or you could add this line after the opening curly bracket (aka brace):&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "insertHintOnTab": true,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Randy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ad75a61e-04b9-4ced-9aea-a063c7d9847c] --&gt;</description>
      <pubDate>Tue, 24 Jun 2014 20:19:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6493087?tstart=0#6493087</guid>
      <dc:date>2014-06-24T20:19:00Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6491820?tstart=0#6491820</link>
      <description>&lt;!-- [DocumentBodyStart:07d27401-ee74-4826-859b-2467003f2c96] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Randy,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for this. I tried entering the specified line just before the last curly bracket, and even after a save, exit of Edge Code and relaunch, it still doesn't seem to work... Not sure what I'm doing wrong, but I'd really like this to work. Have you got it working in your copy? Can you provide a copy of your entire brackets.json file for me to paste into mine to make sure my syntax is okay?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- p&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:07d27401-ee74-4826-859b-2467003f2c96] --&gt;</description>
      <pubDate>Tue, 24 Jun 2014 15:33:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6491820?tstart=0#6491820</guid>
      <dc:date>2014-06-24T15:33:22Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6484562?tstart=0#6484562</link>
      <description>&lt;!-- [DocumentBodyStart:8ec7f69c-005b-48ae-8f64-0822d9148638] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There's an easier way to do this now:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Help &amp;gt; Show Extensions Folder, then go up 1 level to the Edge Code CC folder&lt;/p&gt;&lt;p&gt;2. Drag brackets.json file to Edge Code CC to edit it&lt;/p&gt;&lt;p&gt;3. Add this setting: "insertHintOnTab": true&lt;/p&gt;&lt;p&gt;4. Save file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can see other preferences here: &lt;a class="jive-link-external-small" href="https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences" rel="nofollow"&gt;How to Use Brackets &amp;middot; adobe/brackets Wiki &amp;middot; GitHub&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Randy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ec7f69c-005b-48ae-8f64-0822d9148638] --&gt;</description>
      <pubDate>Sun, 22 Jun 2014 18:00:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6484562?tstart=0#6484562</guid>
      <dc:date>2014-06-22T18:00:44Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6481023?tstart=0#6481023</link>
      <description>&lt;!-- [DocumentBodyStart:43eb92a8-6ce8-4a7f-bd5c-ec6ee075e431] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Have you had a &lt;a class="jive-link-external-small" href="https://groups.google.com/forum/#!topic/brackets-dev/Xpw-60gG9j0" rel="nofollow"&gt;look at this&lt;/a&gt;?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:43eb92a8-6ce8-4a7f-bd5c-ec6ee075e431] --&gt;</description>
      <pubDate>Sat, 21 Jun 2014 07:17:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6481023?tstart=0#6481023</guid>
      <dc:date>2014-06-21T07:17:31Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is there a way to change the autocomplete keyboard shortcut to tab instead of enter?</title>
      <link>https://forums.adobe.com/message/6477930?tstart=0#6477930</link>
      <description>&lt;!-- [DocumentBodyStart:843a07de-51ec-4ecc-90ac-6f976ff028c7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;All other coding software I've ever used uses tab instead of enter to accept the autocomplete suggestion. In fact, Chrome's Inspect Element does the same thing. It's frustrating to switch between those two pieces of software and have two different buttons for the same task, that do drastically different things when pressed in the opposite program. Is there a way I can change it in Edge Code?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:843a07de-51ec-4ecc-90ac-6f976ff028c7] --&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:49:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6477930?tstart=0#6477930</guid>
      <dc:date>2014-06-20T13:49:18Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

