GNOME Bugzilla – Bug 750002
Useful flags for ctags
Last modified: 2015-06-14 19:25:47 UTC
For each lang ctags supports they have "kinds" to specify what to index (see `ctags --list-kinds=<lang>` to describe these). For the tags for C to be useful I have been using `ctags --c-kinds=+defgpstx` which seems to work well for gtk/glib at least.
Thanks! Fixed in master for things we generate tags for (the project files). We might consider generating them for system/dependencies at some point.
Created attachment 305256 [details] plc For the tags for C to be useful I have been using `ctags --c-kinds=+defgpstx` which seems to work well for gtk/glib at least.