Squadle · GitHub

Environment

  • TeXstudio: 4.9.4
  • Qt: 6 (?)
  • OS: Windows 11
  • TeX distribution: miktex, lualatex, biber.

Expected behavior

I load a bib file to use the package citation style language.
It is a bib file that is automatically updated by Zotero.
It is loaded as following:
\usepackage[style=modern-humanities-research-association-notes]{citation-style-language}
\addbibresource{Bibliography.bib}

The expected behaviour would be Texstudio recognizing the file and incorporating the bib keys in the autocomplete when using the \cite command.

Actual behavior

The cite command works fine in that all the bibkeys are properly renderded. The autocomplete does however not work. When I type the \cite command the suggestion box stays empty. The bibkeys of completed cite commands are underlined, with Texstudio to create a new bibkey.

How to reproduce

\usepackage[style=modern-humanities-research-association-notes]{citation-style-language}
\addbibresource{Bibliography.bib}

Use biber as bibliography tool.

Try to cite something with \cite{bibkey}

Read the original on github.com ↗