[Lldb-commits] [PATCH] D81001: [lldb] Display autosuggestion part in gray if there is one possible suggestion

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 6 04:47:32 PDT 2020


teemperor added a comment.

In D81001#2199450 <https://reviews.llvm.org/D81001#2199450>, @gedatsu217 wrote:

>> So, if I would type "b" and then press tab, the autosuggestion would briefly disappear until I type the next character?
>
> Yes. Indeed, it may not be good.  I'll think of other ways.

This seems minor enough that I wouldn't block the whole patch over it, so this can be addresses in a follow-up patch.

Are there any other problems with the current state of the patch that haven't been resolved? (I went over the comments, but it's hard to say what has and hasn't been fixed until now).


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

https://reviews.llvm.org/D81001



More information about the lldb-commits mailing list