When mouse hover on a variable, clangd info tooltip hides the hover tooltip
March 5, 2020 at 1:51pmWhen mouse hover on a variable, clangd info tooltip hides the hover tooltip
March 5, 2020 at 1:51pmWhen I try to mouse-hover over a variable, I see two tooltips:
- tooltip given by cpp/clangd
- tooltip from debug adapter after evaluating an expression.
tooptip #1 is shown on top of tooltip #2.
I'm only interested in tooltip #2 (i.e., tooltip from debug adapter's evaluate expression)
How can i hide tooltip from cpp/clangd components ?
March 5, 2020 at 1:58pm
The gray box is from cpp/clangd. the white box with black border is from debug expression evaluation.
thank you for the issue, it looks to be a known issue at the moment:
March 6, 2020 at 3:27am
Thank you, . I would like to disable cpp/clang tooltips for now. Could you please suggest a way to disable cpp/clang tooltips (i.e., the gray box shown on top of the debugger tooltip) ?
Hi all, can anyone help me to disable the gray hover/tooltip box ?