Emacs, Objective-C, and autocomplete

前端 未结 5 1019
轻奢々
轻奢々 2021-01-31 05:37

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 troubl

5条回答
  •  感情败类
    2021-01-31 06:17

    I haven't used XCode, but emacs comes with several autocomplete modes.

    See:

    • built in dabbrev-expand (M-/ runs the command dabbrev-expand which "autocompletes" partially written text)
    • AutoComplete
    • HippieExpand

    Also cedet for something more sophisticated - but I don't think it works with objective-c unfortunately.

提交回复
热议问题