ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
2.02k stars 57 forks source link

No signature help when using JSDoc @type imports #221

Open colepeters opened 1 year ago

colepeters commented 1 year ago

First off, thanks for the work on this project!

It seems as though importing types via JSDoc @type comments does not produce any signature help.

For comparison, here's the signature help I get in VSCode:

image

However in Neovim, I'm not getting anything with this:

image

For what it's worth, the plugin is working as expected otherwise:

image

Any chance I've screwed something up (I'm using the default config)? Or is this just not supported at this time?

itsuki0927 commented 1 year ago

@colepeters I would like to ask what is your font, FiraCode? It looks good!

colepeters commented 1 year ago

@itsuki0927 It's the patched version of IBM Plex Mono 🤓

itsuki0927 commented 1 year ago

awesome!!!