General ⇒ biblatex | Auto-completion of Citations
biblatex | Auto-completion of Citations
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
biblatex | Auto-completion of Citations
I found a solution for this issue myself.
When I replace
Code: Select all
\addbibresource{lit.bib}
Code: Select all
\bibliography{lit}
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