LaTeXTools icon indicating copy to clipboard operation
LaTeXTools copied to clipboard

Bibliography autocompletion with multiple bib files

Open owendiba opened this issue 5 years ago • 1 comments

Using biblatex with multiple bib files, the autocomplete feature for the cite command only works for the first bib file, not the second. This is especially annoying because if I try and type the key for an entry in the second bib file it just autocompletes to the closest approximation in the first file. Is there a way to fix this other than to just merge the two bib files?

owendiba avatar Dec 03 '19 11:12 owendiba

Sorry for the late reply. In general the potential bib files are merged together and all bib files are parsed and used for the completion. We would need to see how the bib files are included and check what is missing in the current implementation.

r-stein avatar Feb 15 '20 10:02 r-stein