Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LatexBibliographyReferenceProvider to provide autocompletion also… #1566

Merged

Conversation

fberlakovich
Copy link
Contributor

… after the first cite entry

Fix #1564

Summary of additions and changes

  • Enables the LatexBibliographyReferenceProvider to provide completions for more than the first entry

How to test this pull request

\documentclass[11pt]{article}
\usepackage{natbib}

% Document
\begin{document}

    \cite{FirstKey2020,<Ctrl + Space>}
    \bibliography{bibtex}
    \bibliographystyle{plain}

\end{document}```

@PHPirates PHPirates merged commit fa7ed3d into Hannah-Sten:master Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latex cite completion works only for the first parameter
3 participants