This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-02
Channels
- # announcements (11)
- # aws (2)
- # babashka (42)
- # beginners (26)
- # calva (17)
- # cider (1)
- # clara (2)
- # clj-kondo (44)
- # clojars (30)
- # clojure (43)
- # clojure-australia (6)
- # clojure-europe (29)
- # clojure-gamedev (4)
- # clojure-greece (1)
- # clojure-nl (4)
- # clojure-spec (4)
- # clojure-uk (6)
- # clojurescript (28)
- # cursive (16)
- # data-science (1)
- # datahike (4)
- # datomic (26)
- # emacs (6)
- # events (3)
- # fulcro (11)
- # graalvm (7)
- # holy-lambda (118)
- # java (9)
- # jobs (1)
- # leiningen (3)
- # lsp (21)
- # luminus (2)
- # malli (13)
- # membrane-term (1)
- # music (1)
- # nrepl (3)
- # off-topic (38)
- # pedestal (2)
- # polylith (39)
- # re-frame (33)
- # reagent (7)
- # releases (1)
- # remote-jobs (4)
- # rewrite-clj (28)
- # ring (21)
- # sql (2)
- # tools-deps (23)
- # vim (4)
- # xtdb (15)
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.
The https://github.com/jubnzv/virtual-types.nvim plugin seems similar, but for types instead of the parameter names.
People in this thread https://www.reddit.com/r/neovim/comments/pngurk/is_there_a_plugin_or_native_way_to_get_virtual recommend https://github.com/ray-x/lsp_signature.nvim but it is not exactly what you want
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.