apcshields / autocomplete-bibtex

Adds Pandoc-style BibTeX citation key autocompletion to autocomplete+ for Atom.
MIT License
44 stars 17 forks source link

Autocomplete suggestions triggered even after completion #97

Open werunom opened 6 years ago

werunom commented 6 years ago

Currently the bibtex autocomplete is triggered by @.

However, the autocomplete suggestions are also triggered when the citation is enclosed by braces or commas. squarebraces comma

Only when an empty trailing space is present, the autocomplete suggestion does not appear space

I think the suggestion should not come after a suggestion is inserted and continued by a comma or brackets.