In #Emacs I use dumb-jump.el to navigate around code - previously I had dumb-jump-go mapped to M-. but recently I have noticed the warnings that this is deprecated and I should use the xref interface instead.
So I tried that, and it works, but if there is more than one place to jump to, instead of a nice tooltip with the options, I an empty prompt in the minibuffer.
I can press TAB to the the options shown, but it is less convenient than seeing the options in a tooltip directly and being able to use the arrow keys to choose quickly.
How do I make xref use a tooltip for the alternatives?