One of Xcode's most powerful features is the completion of Intellisense , which displays a list of potential candidates by entering the name Foundation / Cocoa / UIKit API. I'm very interested in MacRuby , PyObjC , or later RubyMotion , however, without code completion, these tools seem to be more problems than they are worth it.
Is there any code completion feature (not necessarily Intellisense) for any of the three above technologies for any text editor (but preferably for Vim or Xcode)? Bonus points for an IDE solution that allows you to create and run an application in one command (for example, the Xcode Run button).
As I understand it, Xcode 4 has dropped support for MacRuby / PyObjC, so Intellisense is no longer available. Should I install Xcode 3 along with Xcode 4 to complete the code? How does everyone do this (of course, you guys are using some form of code completion - I can't believe anyone can remember all the classes in Foundation / Cocoa / UIKit)?
source
share