iamhyc / Overleaf-Workshop

Open Overleaf/ShareLaTex projects in vscode, with full collaboration support.
https://marketplace.visualstudio.com/items?itemName=iamhyc.overleaf-workshop
GNU Affero General Public License v3.0
476 stars 10 forks source link

Reference autocompletion doesn't work with "\textcite" #165

Closed Sh4wnChen closed 2 months ago

Sh4wnChen commented 3 months ago

Describe the bug

The reference autocompletion works fine with \cite but doesn't work with \textcite or \citet For now I can only use \cite first to find the reference and change the command to others.

Environment

iamhyc commented 3 months ago

@QianrenLi Please have a look at it when you are free.

QianrenLi commented 2 months ago

Hi @Sh4wnChen, please give this patch https://github.com/iamhyc/Overleaf-Workshop/actions/runs/9850231285/artifacts/1680326921 a try to see if this solves your problem.

Sh4wnChen commented 2 months ago

@QianrenLi Thank you for your help! It works perfectly now.