I wanted VIM to show the function prototype , while i triggered the auto-complete function , the window should be like the following:
-----------------------------------------
Small window , show things like: void dummy (int du , int d2 );
-----------------------------------------
void dum ^X^O , and a drop down list to pick function
-----------------------------------------
Is this possible ? or something similar can be found ?
Thanks !
Do you have the preview option set in completeopt?
this should give you a small preview window when completing.