-
-
Notifications
You must be signed in to change notification settings - Fork 39
weirdly inconsistent docs on hover #274
Description
this lsp is great, but i've been slightly frustrated with the docs feature.
i use it with Helix, and any time i'm hovering cursor over an instruction and then click o to start typing on the next line, i get docs for an instruction i was hovering over thrown in my face. this seems to be happening with call specifically, for some reason. other instructions seem to not do that.
with that said, i do like the ability to get docs of an instruction when i'm hovering over one, but only when i do <space>k (it's a helix default bind to bring out docs), not when i'm just looking at it
i've been mostly using this lsp with FASM and this is the config i have made by gen-config:
[[project]]
path = ""
version = "0.10.1"
assembler = "fasm"
instruction_set = "x86-64"i got asm-lsp from AUR
i must admit, i'm not really well versed on internal workings of LSPs or Helix, so i may be misattributing the issue, but i don't think Helix has ever done anything like that for me in C. also it's happening only for call instruction of all things, not any other one.
thank you for your time