Evpok / latex-autocomplete

LaTeX autocompletion for atom
Other
9 stars 3 forks source link

Bibtex autocomplete #16

Open qazip opened 7 years ago

qazip commented 7 years ago

Hello,

Does this plugin support bibtex autocomplete? That is, will there be auto-completion suggestions when using the \cite command?

Evpok commented 7 years ago

Not yet, but it would certainly be nice!

qazip commented 7 years ago

Well, I suppose this is a feature request then. Would it be hard to code?

Evpok commented 7 years ago

The hard part would be the bibTeX parser, once we get a list of available cite keys, the autocompletion should not be hard.

werunom commented 6 years ago

I would second this request :)

hesstobi commented 6 years ago

I have created a separate package for this: https://github.com/hesstobi/atom-autocomplete-latex-cite. Feel free to integrate this in your package or give a note to use this for bibtex cites.