Fork me on GitHub
#vim
<
2021-11-02
>
harryvederci09:11:33

Does vim/neovim have a plugin that displays virtual text with function parameter hints? VSCode example: https://marketplace.visualstudio.com/items?itemName=lannonbr.vscode-js-annotations (First line of the image: the hint is the text elementId: inside the function call.) I have searched, but couldn't find anything.

harryvederci10:11:50

The https://github.com/jubnzv/virtual-types.nvim plugin seems similar, but for types instead of the parameter names.

harryvederci10:11:04

Thanks! Seems like it's not possible yet, then. I guess I can try lsp_signature.nvim until https://github.com/neovim/neovim/pull/9496 PR is merged.