Is there a package to let emacs display the parameters of a function while typing?
For example, if I were to start typing printf(
in C, I would like it to display the format taken from man pages, kinda like auto-completion, but without actually putting in any text.