When I search through project via semantic-complete-jump
and tag is not unique (its defined in multiple places), I must hit <tab>
to iterate through all possible places. Problem is, I horribly dislike the way how candidate iteration works. For every candidate definition, new window is opened.
How to customize it to not open additional windows?
And even better, how to get needed data from semantic so I can create my own semantic-complete-jump with IDO interface.
Basically, I want this "theoretical" function which I failed to find when reading CEDET sources around semantic-complete-jump
.
INPUT: name of symbol (function name, member name etc).
OUTPUT: list of files with positions where such symbol is defined in current project.
Again, I tried to read sources and was unable to find how this data are extracted from semantic.