Generalbiblatex | Auto-completion of Citations

General information and discussion about TeXnicCenter
Post Reply
Hoogo
Posts: 2
Joined: Sat Dec 03, 2011 6:51 pm

biblatex | Auto-completion of Citations

Post by Hoogo »

Hello everyone,

When using BibTeX to create the bibliography, TeXnicCenter would use the implemented *.bib file to make autocomplete suggestions for the BibTeX keys. It would also list the *.bib file in the "Files" list. That is an awesome feature.

Unfortunately, when using BibLaTeX and Biber to create the bibliography none of those two features work. Is there a way to manually include the *.bib file into TeXnicCenter to have the autocompletion work for citations even when using BibLaTeX?


Regards
Hugo
Last edited by Hoogo on Wed Dec 07, 2011 5:31 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Hoogo
Posts: 2
Joined: Sat Dec 03, 2011 6:51 pm

biblatex | Auto-completion of Citations

Post by Hoogo »

Hey again.

I found a solution for this issue myself.
When I replace

Code: Select all

\addbibresource{lit.bib}
with the legacy command

Code: Select all

\bibliography{lit}
in the preamble, I bring the \cite autocomplete functionality of TeXnicCenter back to life.

Though everything works fine for me this way, I would be even happier if I didn't have to use the deprecated command when working with BibLateX.

Regards
Hugo
Post Reply