[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: etags and php classes
From: |
cavd |
Subject: |
Re: etags and php classes |
Date: |
Thu, 3 Apr 2014 13:00:45 -0500 |
On Apr 3, 2014, at 10:22, Luca Ferrari <fluca1978@infinito.it> wrote:
> On Thu, Apr 3, 2014 at 11:47 AM, Chris Van Dusen <cavandusen@gmail.com> wrote:
>> PHP4 doesn't support visibility operators (public, private,
>> protected), so if you remove those, and rerun stags,
>> M-x list-tags will display the functions.
>
> Arghhhhh! That's correct (of course), but removing all the visibility
> from my classes to gain in tagging does not sound like a good idea.
> Sgrunt!
>
> Luca
You might try GNU Global; it's pretty nice.
Chris.