This is the follow-up PR for #3488 and #3039 to seperate the code for generating the ctags format into a commonly used helper module and to use the ctags format also for the global PHP tags.
Works fine so far.
I noticed the return type (`typeref` in ctags speak) for symbols is not parsed correctly and so not displayed in the calltip. This hasn't been a problem for Python as there is no return type information available. But for PHP it is.
Maybe this is related to #3049? @techee You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3512
-- Commit Summary --
* Add helper script for generating ctags files in Python * Generate PHP global tags in ctags format
-- File Changes --
M data/tags/std.php.tags (18624) M scripts/create_php_tags.py (39) M scripts/create_py_tags.py (31) A scripts/create_tags_helper.py (70)
-- Patch Links --
https://github.com/geany/geany/pull/3512.patch https://github.com/geany/geany/pull/3512.diff
Maybe this is related to https://github.com/geany/geany/pull/3049? @techee
Yeah, `typeref` isn't parsed at all now, #3049 should fix it.
Merged #3512 into master.
github-comments@lists.geany.org