How to avoid the prompt?

I’m testing the Haskell language server, but I found that when I moved my cursor on the comment, Nova shown the prompt with all the code highlighted, which is annoying and visually disturbing. How can I avoid it?

This is based on what text range the language server returns for document/hover requests. If I had to guess, it’s returning a very large range, which Nova then highlights. I’m not sure Nova would be able to do anything around this, it’s sort of up to the language server to return the range that is valid for the current mouse position.

1 Like