Easy fix for helix's pop ups

preview_player
Показать описание
One thing that's been bugging me about helix is that sometimes when you're in a function like map or filter and you're trying to see the fields on a struct, it shows the function definition window on top of the fields in the struct when you hit dot.

They are fixing this but in the mean time you can hit ctrl+c and viola, the fields are back!
Рекомендации по теме
Комментарии
Автор

Note: we try to place the signature popup above the code you're typing, but only if there's space for it. We need to make some further improvements there though.

Anyway thanks for covering helix!

blazhrastnik
Автор

Oh god, thank you. This just happened to me literally right now haha

nao-entendi
Автор

This is so cool, would be interesting if both popups could be seen at the same time. Maybe the definition one goes above or if it's really close to the top of the window, put the completion popup side by side

guisande
Автор

I had some problems, like the definition being over the current line that I'm typing, so i can't view what I'm writing, haha. Do you know how to solve it?

nao-entendi
Автор

does anyone knows how to show the LSP errors and warnings at the bottom of the buffer? "syntax error:...." is over the document. Thanks

vacagonzalo
Автор

This bugged me so much that I disabled it with `auto-signature-help = false` and bound it to the space menu just in case I need the atribute hit on a rare ocasion `"space" = { l = "signature_help" }`

TheNoirKamui
Автор

First short? Yeah, right... shall we ask your wife?

jogurtnaturalny