lsp_signature.nvim
lsp_signature.nvim copied to clipboard
Signature help pops up and blocks the UI when no method/class has been chosen yet
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();
I think it relates to triggerCharacters of your LSP. What LSP you are using and what is the triggerCharacters setting?
I think it relates to
triggerCharactersof 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?