I’m using Exuberant ctags to index Erlang files.
The “tags” file contains functions, but they do not have module qualifiers; so
I can’t search for “module:function”, only “function”, which may give several
results.
Do you know a way to get ctags to include module qualifiers in the tags file?
Thanks.
Exuberant ctags already supports tag field “module” for Erlang.
A typical tag line with a tag field named “module” looks like:
Actually, it is VIM which doesn’t support this tag field as for now. From VIM doc:
That’s it. Only “kind” and “file” are supported tag field names.