quarto-dev / quarto-vscode

Quarto extension for VS Code
https://marketplace.visualstudio.com/items?itemName=quarto.quarto
MIT License
112 stars 11 forks source link

Autcomplete citations #18

Closed atomashevic closed 2 years ago

atomashevic commented 2 years ago

Autocompletion of citations (and other references) after hitting @ would be a great feature for the extension.

Pandoc Citer does the similar thing for regular .md documents but it currently does not support .qmd and requires that bib file is specified between squred brackets in YAML (bibliography: [path/to/.bib])

jjallaire commented 2 years ago

Yes, this is definitely something we'd like to do soon!

danieltomasz commented 2 years ago

LateX Workshop has a really nice citation picker/browser too.

atomashevic commented 2 years ago

Pandoc Citer has included .qmd files and now it works OK as long as you but .bib file in square brackets in YAML.

Here's some screenshots. Content is not in English but you can get the gist of it:

vscode2 vscode1