matsui54 / denops-signature_help

Shows signature help from lsp server.
MIT License
62 stars 9 forks source link

Fallback to below cursor when there's not enough space above #16

Closed statiolake closed 2 years ago

statiolake commented 2 years ago

Currently triggering signature help in the very top line on the screen causes the following error: (E5555: API call: 'height' key must be a positive Integer)

image

To solve the issue, open floating window below the cursor when there's not enough space above. For users who don't let the floating window shown below, I made this behavior configurable.

matsui54 commented 2 years ago

LGTM. Thank you for your contribution!