ray-x / lsp_signature.nvim

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

Feature: A way to view full parameter documentation with binding #146

Closed joshpetit closed 2 years ago

joshpetit commented 2 years ago

Hey! This plugin is awesome! Super useful. I was wondering if it'd be possible to implement something so that we can toggle between showing the full lsp signature window and just the virtual text. This would be useful since sometimes the popup window obscures the cursor, and being able to toggle between the two would be really useful.

Thanks again for this plugin!

ray-x commented 2 years ago

Is it similar to issue #140 ? ATM toggle key will toggle popup floating windows no matter floating window is enabled or not.

joshpetit commented 2 years ago

Oh sorry didn't see that, thanks a lot!

joshpetit commented 2 years ago

This may be unrelated, but when I map the toggle key to <C-i>, I cant seem to insert tabs into my code. When I map it to anythign else it works, is there a reason for this? Im assuming it's neovim related.