How can I make this more eligible?
Answered
When using Rider this happens a lot. I do like the suggestions but is there a way to have them pop up a bit farther away from where I am typing?

Please sign in to leave a comment.
Hi,
Do you mean the tooltip or the completion popup?
If it is about hover tooltips, you can disable them or change the tooltip delay. To disable tooltips completely, go to Help | Find Action... | Registry and then check `ide.disable.editor.tooltips=true`. To change editor tooltip delay, set `ide.tooltip.initialReshowDelay` to like 1500 or whatever you feel comfortable with.