emacs-devel
[Top][All Lists]
Advanced

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

Re: Etags and OOP


From: Lluís
Subject: Re: Etags and OOP
Date: Mon, 09 Nov 2009 14:35:08 +0100
User-agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

> Hello, I was wondering is there a way for etags or any custom tool
> compatible with emacs to write tags according to the class hierarchy when
> writing Object Oriented code for later use in completion? Or any past works
> along this? Thanks.

You also have cscope, which comes with the xcscope plugin, but you have to
give it some extra flags for the sake of tags completeness. In C++ I use:

    tags-exuberant --c++-kinds=+p --c-kinds=+p --fields=+iaS --extra=+q 
--tag-relative=yes <files>

Lluis

--
 "And it's much the same thing with knowledge, for whenever you learn
 something new, the whole world becomes that much richer."
 -- The Princess of Pure Reason, as told by Norton Juster in The Phantom
 Tollbooth




reply via email to

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