Hi,
unfortunately the cite auto completion is not working when using the multibib package ("No bib files found!" Error message).
The error is not hard to find:
Using multibib creates new commands to insert the bibliography, e.g. \bibliographyA and \bibliographyB.
I think the issue is, that the statement in line 243 of latex_cite_completions.py
elif c.command in MULTI_BIBCOMMANDS:
results in False and the no bib file is loadde for auto completion.
Anyway I solved the issue for now by adding my usual multibib commands to the MULTI_BIBCOMMANDS set, but this is only a temporary solution.
Could you add a better solution to add multibib support?
Thanks and regards,
Jan
Hi,
unfortunately the cite auto completion is not working when using the multibib package ("No bib files found!" Error message).
The error is not hard to find:
Using multibib creates new commands to insert the bibliography, e.g. \bibliographyA and \bibliographyB.
I think the issue is, that the statement in line 243 of latex_cite_completions.py
elif c.command in MULTI_BIBCOMMANDS:results in False and the no bib file is loadde for auto completion.
Anyway I solved the issue for now by adding my usual multibib commands to the MULTI_BIBCOMMANDS set, but this is only a temporary solution.
Could you add a better solution to add multibib support?
Thanks and regards,
Jan