calva

Max 2026-03-17T17:04:15.173079Z

Is there already an setting or issue somewhere to have the documentation popup only show up when you hover on the symbol rather than anywhere in the form? When forms are nested and split across multiple lines, it means there's a lot of space on the left side of the screen that looks like it should be safe to put your pointer in, but instead the doc popup shows up and obscures what you're working on. This makes it hard to find a spot on your screen to put the mouse pointer so the doc popup doesn't show up.

chromalchemy 2026-03-18T16:37:52.237569Z

I ended up turning off the popup on hover and using and explicit command

pez 2026-03-17T17:06:37.931969Z

That would be an issue on VS Code I think. I run with hovers disabled and trigger them with cmd+k cmd+i, btw.

Max 2026-03-17T23:18:02.794609Z

I don't think that's a vscode issue, provideHover takes a position so Calva's making the decision about what to show.