add a jedi#show_call_signatures
mode for displaying under the function, but in the buffer
#903
Labels
jedi#show_call_signatures
mode for displaying under the function, but in the buffer
#903
Issue
The only mode for showing call signatures in the buffer does it before your cursor, and I hate it when the thing I'm editing moves around as I edit it.
If the signature is longer than the line (which is common when working with frameworks, or small terminals), vim will make the line I'm editing go down quite a bit, and it's really disrupting.
This can also be fixed by disabling line wrapping in vim itself, but that will affect other parts of most people's workflow
My suggestion is to add a mode for getting the signature to be displayed just below the cursor, or as a list, so it can be used similarly to autocompletion functionality
The text was updated successfully, but these errors were encountered: