James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.6k stars 528 forks source link

Not all autocomplete citation suggestions listed #1661

Closed werunom closed 5 years ago

werunom commented 5 years ago

Describe the bug [Required] After the extension became version 8, I am not getting all autcomplete suggestions for citation commands. For instance, prior to version 8, for \autocite I used to get among several options the specific one \autocite[postnote]{key}. (This option was available --- see this and this issues.)

But as you can see in the below screenshot, this option is not listed anymore.

citation-1

The same format one is missing for \textcite too.

citation-2

Desktop [Required]:

werunom commented 5 years ago

Tried the latest release 8.1.1. I am still not getting the complete list of suggestions :(

tamuratak commented 5 years ago

@James-Yu out/src/providers/completer/command.js in v8.1.1 has not been updated. It is out-of date.