[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I have a dream... about tags
From: |
Eli Zaretskii |
Subject: |
Re: I have a dream... about tags |
Date: |
Tue, 04 Sep 2007 23:17:43 +0300 |
> From: =?iso-8859-1?B?Tm9yZGz2dw==?= <per.nordlow@gmail.com>
> Date: Tue, 04 Sep 2007 10:57:24 -0000
>
> etags can however lookup such ClassName::member C++ constructs, which
> is great. But, for what I have seen, etags has other deficiencies. It
> doesn't handle lookups of symbols that have multiple definitions
> (occur multiple times and/or in different files/functions). Nor does
> it index static variables. I also haven't found a way to lookup all
> uses (calls) of a structure, variable or function, which gtags can do.
>
> Has anyone else also found these problems annoying, and perhaps found
> some solutions to them? Are there alternatives to etags or gtags that
> solves these problems?
One alternative, specifically designed for C++, is ebrowse, which
comes with Emacs.