[cfe-dev] Newcomer to Clangd

Evgeniy Dushistov via cfe-dev cfe-dev at lists.llvm.org
Tue May 30 04:15:37 PDT 2017


On Sun, May 21, 2017 at 11:51:06AM -0400, Paul Smith via cfe-dev wrote:
> 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.

I suppose this project:

https://github.com/emacs-lsp

much more relevant for clangd, that uses Language Server Protocol.

-- 
/Evgeniy



More information about the cfe-dev mailing list