You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for the plugin :) excited to be trying it out. I see that you're inundated with issues, so really appreciate all the hard work you're doing.
I've been playing around in various different projects. For most of the LSPs I'm working with, it seems to handle completions / documentation really well. With gleam, however, (possibly others, but it worked for TS/rust) it doesn't seem to display anything for documentation. I tried poking around in the source and couldn't immediately see what the issue might be.
I'm using pretty standard config options. The gleam LSP sends back pretty standard LSP responses, e.g.
First off, thank you for the plugin :) excited to be trying it out. I see that you're inundated with issues, so really appreciate all the hard work you're doing.
❤️ thanks for the kind words!
lopi-py
pushed a commit
to lopi-py/blink.cmp
that referenced
this issue
Oct 10, 2024
First off, thank you for the plugin :) excited to be trying it out. I see that you're inundated with issues, so really appreciate all the hard work you're doing.
I've been playing around in various different projects. For most of the LSPs I'm working with, it seems to handle completions / documentation really well. With
gleam
, however, (possibly others, but it worked for TS/rust) it doesn't seem to display anything for documentation. I tried poking around in the source and couldn't immediately see what the issue might be.I'm using pretty standard config options. The gleam LSP sends back pretty standard LSP responses, e.g.
(I ran this through a formatter so it was actually readable)
It does look like the code should handle markdown no problem, so I'm not sure why this wouldn't be working.
I'm happy to provide whatever other information you need! Thank you.
The text was updated successfully, but these errors were encountered: