vote up 2 vote down star
2

While in C-mode I can jump to a function using M-. on the function name....is there a way i can simply display the function prototype? (preferably as a tooltip or so) I often struggle to remember the exact order and types required by a given function.

flag

3 Answers

vote up 5 vote down check

c-eldoc-mode is a mode that is not as heavyweight as CEDET that will do precisely what you want.

link|flag
c-eldoc-mode is exactly what i wanted :) CEDET was a bit too bulky and slow for me...:) thanks! – banister Aug 3 at 14:32
vote up 1 vote down

CEDET package provide function semantic-ia-show-summary that can show prototype for function/variable under point

link|flag
vote up 3 vote down

CEDET (there are rumors that it is finally going to become part of Emacs starting with 23.2) is your friend. After installation, look up semantic-ia-show-summary.

link|flag
not just rumors - it's been integrated with the CVS repository, I believe. – Nathaniel Flath Jul 30 at 22:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.