tagbar icon indicating copy to clipboard operation
tagbar copied to clipboard

Having trouble with scoping - FreeBSD / PHP / exctags

Open bplus opened this issue 6 years ago • 2 comments

I think I may be missing something really easy/fundamental. For some reason I'm not getting scoped classes/functions/etc. Is there a flag I need to set to enable nesting the functions under the classes?

I've been looking through the documentation and it seems like 'this should just work', so I'm kind of at a loss. Any help is appreciated!

Example of Tagbar output:

" Press <F1>, ? for help

▼ classes
    Config
    OutputGenerator
    ReportEngine

▼ functions
    twice
    initDB
    initReportEngine
    updateReportObjects

bplus avatar Feb 21 '19 08:02 bplus

What version of exctags do you have? Can you post a MWE here to make it easier for others to test? I'm not even sure what exactly I would do to try to reproduce this.

Also does FreeBSD have a Universal Ctags package you could try?

alerque avatar Dec 03 '19 09:12 alerque