ctags sets the tag's "local" flag to true for tags whose visibility is limited to the current file only. These are for instance "static" functions in C.
We can ignore these tags for autocompletion in other files than the tag's file which reduces the number of irrelevant tags in the autocompletion popup. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3268
-- Commit Summary --
* Ignore local tags for autocompletion in other files
-- File Changes --
M src/tagmanager/tm_workspace.c (7)
-- Patch Links --
https://github.com/geany/geany/pull/3268.patch https://github.com/geany/geany/pull/3268.diff