[PATCH] D67358: [clangd] Implement semantic selections.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 01:57:32 PDT 2019


sammccall added a comment.

In D67358#1670810 <https://reviews.llvm.org/D67358#1670810>, @nridge wrote:

> Which LSP feature is this related to?


selectionRange:

- https://github.com/microsoft/vscode-languageserver-node/blob/master/protocol/src/protocol.selectionRange.ts
- https://github.com/microsoft/language-server-protocol/issues/613

It hasn't been published/released yet, but AIUI it will be soon. (Thus no mention of it being an extension everywhere).
I think @usaxena95 is working on a followup to add the LSP bindings.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67358/new/

https://reviews.llvm.org/D67358





More information about the cfe-commits mailing list