Ctags Missing Some Class Functions

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
Zoxive
Forum Regular
Posts: 974
Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan

Ctags Missing Some Class Functions

Post by Zoxive »

Anyone here use Ctags?

It grabs everything nicely until it hits my Classes, that have Public/Private/Static Calls in front of the functions, and then just skips them.

Anyone know of a way to get it to work?

Ive tried

Code: Select all

ctags -R --extra=+q
Post Reply