emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C++ class members completion


From: Eli Zaretskii
Subject: Re: C++ class members completion
Date: Wed, 31 Oct 2007 21:52:52 +0200

> Date: Wed, 31 Oct 2007 00:58:16 -0700 (PDT)
> From: ring0 <address@hidden>
> Cc: 
> 
> 
> Is there a reliable module (.el or with recompilation in C++ mode or new one)
> allowing Emacs to
> 
> - read include files on-the-fly and record classes structure
> - parse the code and record objects declarations
> - after typing an object (instance of a class) and `.' (or `->' if it can
> deduce it is a pointer) and, say, [C-TAB] would suggest the members of the
> class (completion)
> - perform other operations, like showing class declaration in another window
> etc...

Try the Ebrowse package (bundled with Emacs).  It is documented in its
own manual, in case you would like to read about it first.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]