[Lldb-commits] [PATCH] D69873: [lldb-vscode] support the completion request

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 11 14:01:57 PST 2019


clayborg added a comment.

Maybe limit the matches if posssible if that works. If you type "target variable <tab>" you can complete a list of all global variables everywhere which might be quite a few.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69873





More information about the lldb-commits mailing list