show/hide this revision's text 2 "Xcode" not "XCode"

I recently switched to emacs for my code editing, and it mostly works well.

However, for Objective-C I find myself missing XCode's Xcode's autocomplete feature as I have trouble remembering the long function names such as

- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen
)screen;

Is there a way to get XCode-style Xcode-style autocompletion on emacs?

Also, are there any good packages to help with Cocoa or Objective-C in general that I should have?

show/hide this revision's text 1

Emacs, Objective-C, and autocomplete

I recently switched to emacs for my code editing, and it mostly works well.

However, for Objective-C I find myself missing XCode's autocomplete feature as I have trouble remembering the long function names such as

- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen

Is there a way to get XCode-style autocompletion on emacs?

Also, are there any good packages to help with Cocoa or Objective-C in general that I should have?