SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 364 forks source link

Bibliography autocompletion with multiple bib files #1452

Open owendiba opened 4 years ago

owendiba commented 4 years ago

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?

r-stein commented 4 years ago

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.