[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: etags and php classes
From: |
Luca Ferrari |
Subject: |
Re: etags and php classes |
Date: |
Thu, 3 Apr 2014 17:22:33 +0200 |
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