Comments on: When XCode 4’s Code Completion (autocomplete) Breaks /code/when-xcode-4s-code-completion-autocomplete-breaks/ sealed abstract class drew {} Sun, 27 Mar 2016 22:51:38 +0000 hourly 1 https://wordpress.org/?v=4.4.15 By: Mathew /code/when-xcode-4s-code-completion-autocomplete-breaks/comment-page-1/#comment-7982 Thu, 25 Apr 2013 06:49:48 +0000 /?p=863#comment-7982 WOW just what I was searching for. Came here by searching for code

]]>
By: AHHP /code/when-xcode-4s-code-completion-autocomplete-breaks/comment-page-1/#comment-7802 Sun, 13 Jan 2013 15:37:18 +0000 /?p=863#comment-7802 Thanks a lot.

]]>
By: Steve Riggins /code/when-xcode-4s-code-completion-autocomplete-breaks/comment-page-1/#comment-7689 Thu, 23 Aug 2012 00:55:50 +0000 /?p=863#comment-7689 Sadly this did not fix my issue. After rebuilding spotlight, and doing all of these tricks, I cannot #import ” any of my own files in my project. Nothing autocompletes. Fun :)

]]>
By: nikolaus hege /code/when-xcode-4s-code-completion-autocomplete-breaks/comment-page-1/#comment-7592 Sat, 23 Jun 2012 15:24:51 +0000 /?p=863#comment-7592 thanks this seems to have fixed a CPU issue I was having where Xcode was constantly using 30% CPU even when hidden and in the background.

As for code completion: Do yourself a favor and code with AppCode. Not only is the code completion leaps and bounds better, it also has proper refactoring tools, automatic property generation etc etc. Saves huge amounts of time every day.

]]>
By: Bob /code/when-xcode-4s-code-completion-autocomplete-breaks/comment-page-1/#comment-7560 Mon, 02 Apr 2012 21:33:30 +0000 /?p=863#comment-7560 Thanks. That did the trick. Good thing too. Xcode is practically unusable without AutoComplete.

-Bob

]]>
By: Chad Seldomridge /code/when-xcode-4s-code-completion-autocomplete-breaks/comment-page-1/#comment-7520 Thu, 23 Feb 2012 01:05:28 +0000 /?p=863#comment-7520 I find that it’s my spotlight index that is the root cause. To fix it, I run mdutil from the Terminal: “sudo mdutil -Ea”

This rebuilds the indexes for all volumes, and makes Xcode work properly again.

]]>
By: Alex Tau /code/when-xcode-4s-code-completion-autocomplete-breaks/comment-page-1/#comment-7486 Wed, 25 Jan 2012 13:14:33 +0000 /?p=863#comment-7486 For me it didn’t work :(

]]>
By: El Internet Interesante (8/12/2011) | El Mundo Exterior /code/when-xcode-4s-code-completion-autocomplete-breaks/comment-page-1/#comment-7373 Thu, 08 Dec 2011 22:33:33 +0000 /?p=863#comment-7373 […] When XCode 4′s Code Completion (autocomplete) Breaks | Sealed Abstract […]

]]>
By: James /code/when-xcode-4s-code-completion-autocomplete-breaks/comment-page-1/#comment-7358 Tue, 06 Dec 2011 18:02:42 +0000 /?p=863#comment-7358 Thank you so much. Helped out in a tight spot.

]]>
By: Kevin /code/when-xcode-4s-code-completion-autocomplete-breaks/comment-page-1/#comment-7355 Mon, 05 Dec 2011 16:51:04 +0000 /?p=863#comment-7355 Nice to see a new fix that I hadn’t tried but sadly, this still didn’t work. All of my .mm files are completely broken while all of my .cpp files are just fine. I’ve juggled the Syntax Coloring under Editor on the menu bar from Objective-C++, to Objective-C, to Default for file type and back again without any change also. I’ve checked all of my import statements and can’t find a problem. Total bummer…

]]>