ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
1.98k stars 53 forks source link

Signature help pops up and blocks the UI when no method/class has been chosen yet #293

Open idelice opened 9 months ago

idelice commented 9 months ago
Screenshot 2023-10-15 at 22 16 09

I haven't even chosen a 'User' object yet and the signature already pops up.

It should only start showing the signature window when you have chosen the object e.g. new User();

ray-x commented 9 months ago

I think it relates to triggerCharacters of your LSP. What LSP you are using and what is the triggerCharacters setting?

idelice commented 9 months ago

I think it relates to triggerCharacters of your LSP. What LSP you are using and what is the triggerCharacters setting?

I have no idea. I'm using LazyVim.

I'm working on java projects with nvim-jdtls if that helps?