[Tex/LaTex] Problem in bibliography autocompletion in TeXStudio 2.5.2

bibliographiesnatbibtexstudio

This question is the continuation of my previous question in here. I have updated everything according to the instructions given there in the answer of @doctorate.

The problem that I have is the autocpmplete list in TeXStudio 2.5.2 for bibliography entries. Unfortunately, updating did not fix the autocomplete issue. I am using classicthesis package and my Bibliography.tex is located in the folder named FrontBackMatter. I came up with a solution for autocomplete by having:

\bibliography{../Bibliography}

in the file Bibliography.tex. This will allow me to see the entries of the bibliography in autocomplete list (very cool). However, the problem is that the compiler does not succeed in putting the citations in the document itself by using for example \citep{}. When I change it back to:

\bibliography{Bibliography}

in the file Bibliography.tex, the citation works perfectly in the document but autocomplete fails to show me the entries.

I should say that my problem is not \citep{keylist}. \citep{keylist} is shown in the autocomplete because natbin.cwl is already selected. Actually, I would like to see \citep{bibitem1}, \citep{bibitem2}, …, \citep{bibitemN} in the autocomplete list so that I can easily select the bibliography entries by scrolling through them. Unfortunately, the autocomplete list in my TeXStudio only shows the commands.

Could someone help me find the solution to issue?

Best Answer

For me it isn't an issue related to LaTeX. It's an editor issue and so you should contact the author of TeXStudio. This can be done at sourceforge:

http://sourceforge.net/projects/texstudio/

Related Question