-
-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neovim's virtualtext for call signatures #891
Comments
Does the new Vim popup change anything? Syntax highlighting signatures maybe? |
Yeah, that would likely be even better to use. Neovim has it also (had it before, and Vim uses a different API again...). |
I'm open to all those changes, but I'm still using old VIM, so feel free to change this. |
Started playing with using Neovim's floating windows. |
It still uses the existing concealing (but in a separate window, not messing with the current buffer anymore, which might interfere with indenting etc). |
We can do the same for VIM, using |
Note: textprop is used for usages already: https://github.com/blueyed/jedi-vim/blob/6ca603ffdf989cfc7426485252a77529951ea47e/pythonx/jedi_vim.py#L658-L669 |
We could investigate using Neovim's virtualtext support for call signatures (#890 (comment)), which could be added to the end of the current line.
(#890 (comment) reminded me of that)
The text was updated successfully, but these errors were encountered: