[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs objc code completion
From: |
David Chisnall |
Subject: |
Re: emacs objc code completion |
Date: |
Wed, 20 Dec 2017 08:22:32 +0000 |
On 20 Dec 2017, at 05:40, Giah de Barag <gdb@crelg.com> wrote:
>
> If you use emacs with objc code completion, would you mind sharing the recipe
> for enabling it?
I don’t know the details for emacs, but for vim the YouCompleteMe plugin is now
moving to using the clang daemon rather than an in-process libclang. I believe
that there’s a similar plugin for emacs (which also does syntactic, rather than
lexical, highlighting).
David