Syntax hinting in Vim -


i've been using vim quite while now, , while code-completion (omni, dictionary, etc) works fine i've been missing 1 thing.

syntax-hinting, i'd know arguments function accepts, rather online i'd have somewhere in vim, preferably in box above current line or something.

is there way achieve this, work php, python , c++ need languages.

edit: have ctags installed, tell didn't provide syntax-hinting, tried php standard functions, dunno if i've overlooked something.

there's option of using snipmate , entering standard library functions, that's lot of work, would've imagined did (and yes there's ultisnips it's inferior snipmate)

i think plugin echofunc that. when writing code, after press ( function prototype displayed in statusbar.

check plugin srcexpl.vim think similar (i don't use though).


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -