help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: code completion


From: Eli Zaretskii
Subject: Re: code completion
Date: Tue, 11 Mar 2008 21:36:09 +0200

> Date: Tue, 11 Mar 2008 15:08:16 +0100
> From: Alain Muls <alain.muls@gmail.com>
> 
> I checked and tried several possibilities to have code completion in c++ 
> but none is working as I would like. I tried etags, global, xrefactory. 
> Which one can give me the possible (correct) completions of a method in 
> c++, eg.
> 
> 3Dpoint.get
> 
> if I press <tab> (preferably), I would like it to suggest
> 
> getCartesian()
> getGeodetic()

You may wish to try Ebrowse (comes with Emacs).  It has tags-like
completion facilities that are C++-aware.  I think.




reply via email to

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