[PATCH] D65395: [clangd] Added a skeleton for a semantic highlighting feature to the vscode extension.

Johan Vikström via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 29 07:37:13 PDT 2019


jvikstrom created this revision.
jvikstrom added reviewers: hokein, ilya-biryukov.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay.
Herald added a project: clang.

This adds a SemanticHighlighting feature to the vscode extension that does not do anything. It adds the notification handler to the clangd client and registers the feature as an experimental feature sending the relevant data to the clangd server.
The notification handler does not currently do anything if/when clangd sends a semantic highlighting notification.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65395

Files:
  clang-tools-extra/clangd/clients/clangd-vscode/.gitignore
  clang-tools-extra/clangd/clients/clangd-vscode/src/SemanticHighlighting.ts
  clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65395.212155.patch
Type: text/x-patch
Size: 5995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190729/ea4235db/attachment.bin>


More information about the cfe-commits mailing list