You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ *] The issue is not related to compiling a document, or the document can be successfully compiled in the OS terminal but not in Visual Studio Code with this extension.
Environment*
Please write exact version numbers instead of descriptors such as latest.
Operating System: Linux Mint 21.1
Visual Studio Code Version: 1.96.4
LaTeX Workshop Version:10.7.5
TeX Distribution Version: TeX Live 2022
Please list the environment and version number if you are using VSCodium, Snap or Flatpack versions of Visual Studio Code, and/or Visual Studio Code Remote Containers/SSH/WSL.
I am using XXX whose version is YY.ZZ
The Issue*
Not sure if that's a bug, a feature request or if I'm just missing something, so please apologize dullness...
I'm using the package csquotes for citation. Intellisense does work to autocomplete the package specific cite commands as \blockcquote, but language detection doesn't seem to regocnize these commands as cite commands. There are no citation suggestions provided. Works perfect for cite commands as \autocite, but not for the commands provided by csquotes. I tried to define own commands in setting latex-workshop.intellisense.command.user e.g. blockcquote[$2]{${1:${TM_SELECTED_TEXT:bibid}}}{$3}, but "1:${TM_SELECTED_TEXT:bibid" only offers normal word completion but no intellisiense for citation key, whilst same for autocite "autocite[][$2]{${1:${TM_SELECTED_TEXT:bibid}}}" does work as expected, meaning to open intellisense for citation keys from the provided bib file, when the curser is inside the {}.
Not sure, if I'm just missing something, would very much appreciate some help
The text was updated successfully, but these errors were encountered:
Pre-checks*
Environment*
The Issue*
Not sure if that's a bug, a feature request or if I'm just missing something, so please apologize dullness...
I'm using the package csquotes for citation. Intellisense does work to autocomplete the package specific cite commands as \blockcquote, but language detection doesn't seem to regocnize these commands as cite commands. There are no citation suggestions provided. Works perfect for cite commands as \autocite, but not for the commands provided by csquotes. I tried to define own commands in setting latex-workshop.intellisense.command.user e.g. blockcquote[$2]{${1:${TM_SELECTED_TEXT:bibid}}}{$3}, but "1:${TM_SELECTED_TEXT:bibid" only offers normal word completion but no intellisiense for citation key, whilst same for autocite "autocite[][$2]{${1:${TM_SELECTED_TEXT:bibid}}}" does work as expected, meaning to open intellisense for citation keys from the provided bib file, when the curser is inside the {}.
Not sure, if I'm just missing something, would very much appreciate some help
The text was updated successfully, but these errors were encountered: