tagbar
tagbar copied to clipboard
Having trouble with scoping - FreeBSD / PHP / exctags
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
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?