[cfe-dev] Newcomer to Clangd

Paul Smith via cfe-dev cfe-dev at lists.llvm.org
Sun May 21 08:51:06 PDT 2017


On Sun, 2017-05-21 at 17:29 +0200, Daniel Martín via cfe-dev wrote:
> Also, I would like to test this with other clients with LSP support 
> outside of VS Code. I'd like to add/test proper Emacs support for this tool.

FYI for Emacs support you might start by looking at irony-mode:

https://github.com/Sarcasm/irony-mode

This creates a small server linked with libclang that an Emacs mode can
use to request source interpretation, to enable code completion and
syntax checking.

It works pretty well, although sometimes it gets stuck and I have to
kill/restart the irony server else trying to visit a buffer hangs.



More information about the cfe-dev mailing list