While you improve the tag loading, would it be possible to also add support for function arguments? If I look correctly, those are not currently processed from ctags, but Geany uses them when they're in tagmanager format.
It is the "signature" field and it was processed before and should be handled by this patch too.
Yes, I meant function signature, which should be parsed into `tag->arglist`. I must be getting blind, now I see it in both old and new code. Sorry, for confusion.