[PATCH] D67224: [clangd] Enable completions with fixes in VSCode

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 4 19:15:02 PST 2020


nridge added a comment.

Just throwing a wild idea out there: what if we used `textDocument/onTypeFormatting` to replace the `.` with `->` as soon as it's typed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67224





More information about the cfe-commits mailing list