Emacs X11 autocompletion (intellisense)

Posted by JC on Stack Overflow See other posts from Stack Overflow or by JC
Published on 2010-03-16T12:31:41Z Indexed on 2010/03/16 12:36 UTC
Read the original article Hit count: 586

Filed under:
|
|

Hi everyone,

I use visual studio for day to day programming (read putting food in my mouth) but for personal programming (read c/c++ hacking) I use Emacs.

Right now I am doing a programming exercise involving the X11 API. I am continually referring to the programming API manual to find the signature of function calls.

What would be really nice would be if there was an emacs alternative to the visual studio intellisense. I know there is autocompletion for the language specifics.

Is there such an extension available to Emacs? Or if not, is there way of creating one, maybe using the language specifics mechanism already used for auto completion?

© Stack Overflow or respective owner

Related posts about emacs

Related posts about intellisense