is there a way in vim to get a popup window with function parameters? (like in visual studio / slick edit)
e.g. when i type "function_name(" vim will open a popup window (like when doing ctrl-n in new versions) and show me the function parameters and which one of them i'm currently typing.
p.s.
i'm looking for something a bit more comfortable than ctrl-w ctrl-]
i'm also looking for a similar functionality that will show me list of available members when typing "var->" or "var."
i'm using c