[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: etags and php classes
From: |
Eli Zaretskii |
Subject: |
Re: etags and php classes |
Date: |
Wed, 02 Apr 2014 19:03:27 +0300 |
> Date: Wed, 2 Apr 2014 08:40:26 +0200
> From: Luca Ferrari <fluca1978@infinito.it>
>
> I've a project made of several php files, some procedural and some OOP.
> I ran etags on the whole set of files, and while functions are mapped
> well, classes and their members are not at all.
> I've tried also to add the --member option to etags, but nothing changed:
>
> etags -l php --members `find . -name '*.php'`
>
> Am I missing something?
Perhaps post here a sample file with classes that are not tagged.