Texmaker and TeXstudioNo code completion when citing more than one reference

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
samuelandjw
Posts: 2
Joined: Sat Apr 11, 2015 9:21 am

No code completion when citing more than one reference

Post by samuelandjw »

Texmaker 4.4.1 on Mac OS 10.10.3
See the following MWE:

Code: Select all

\documentclass{article}
\usepackage[noadjust]{cite}
\usepackage{filecontents}

\begin{filecontents*}{test.bib}
@MISC{test1,
title = {Reference test1}
}
@MISC{test2,
title = {Reference test2}
}
@MISC{test3,
title = {Reference test3}
}
\end{filecontents*}

\begin{document}

 \section{Test}
 \cite{test1,test2}.
 \bibliographystyle{unsrt}
 \bibliography{test}
\end{document}
My problem is that: when I type in \cite{, the auto-completion will suggest test1, test2 and test3. And for example after I type \cite{test1,, the auto-completion will no longer work. How do I enable auto-completion when citing more than one reference?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

No code completion when citing more than one reference

Post by Johannes_B »

This is a crosspost to TeX.sx.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

No code completion when citing more than one reference

Post by Stefan Kottwitz »

Welcome to the forum!

It sounds like a bug of missing feature of the editor. You may have a look at the Texmaker homepage, on the right side there are links "Contact" and "Issue tracker" which you could use.

By the way, you posted a very good minimal example, thanks! In case you got a LaTeX question, this is usually extremely helpful for finding a solution. Visit us also for LaTeX related questions. ;-)

Stefan
LaTeX.org admin
samuelandjw
Posts: 2
Joined: Sat Apr 11, 2015 9:21 am

No code completion when citing more than one reference

Post by samuelandjw »

Issue reported. Here is a related (or even identical) thread.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Re: No code completion when citing more than one reference

Post by Stefan Kottwitz »

Great, thanks for reporting it and for the link!

TeX software can become better if users take the time for reporting bugs and feature requests.

Stefan
LaTeX.org admin
Post Reply