[PATCH] D35894: [clangd] Code hover for Clangd

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 23 08:39:03 PDT 2017


ilya-biryukov added a comment.

In https://reviews.llvm.org/D35894#903607, @malaperle wrote:

> Exactly! Although the without-language part, maybe it'll be "scope" information first. Maybe documentation/comments in a second patch.


Sure, whatever works/looks best.

In https://reviews.llvm.org/D35894#903611, @Nebiroth wrote:

> I'm sitting on a code hover patch that does more or less what you just described. One MarkedString with it's language field set to "C++" returns the appropriate code snippet for the code hover and another MarkedString with it's language field set to "markdown" returns the associated scope.


Sounds cool, looking forward to reviewing it.


https://reviews.llvm.org/D35894





More information about the cfe-commits mailing list