emacs-devel
[Top][All Lists]
Advanced

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

C++ class members completion


From: ring0
Subject: C++ class members completion
Date: Wed, 31 Oct 2007 00:58:16 -0700 (PDT)

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...

This would be so helpful!

Thanks

   Yves
-- 
View this message in context: 
http://www.nabble.com/C%2B%2B-class-members-completion-tf4723382.html#a13504433
Sent from the Emacs - Dev mailing list archive at Nabble.com.





reply via email to

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