Open zorbadegric opened 3 years ago
Hi there. I have the same problem on my windows 10. In vscodium i don't even see the extension. In vscode I installed it without problems but it doesn't give me any suggestions
@zorbadegric Unfortunately, it seems that autocomplete doesn't work for some users, but I haven't been able to replicate it. Maybe a template repository containing a markdown and bib file can be created for debugging purposes.
@Aleperception I published the extension on open-vsx today, so it should should up in vscodium, and hopefully it'll work too. 🙃
@zorbadegric, @notZaki Solution (that works for me) Settings: Pandoc Citer: Default Bib >Path to default bib file: type the name of your bib file (e.g. mybib.bib) Pandoc Citer: Use default bib: YES (I mean, check the checkbox) I hope it helps Great extension btw! (I didn't try on vscodium yet)
fwiw I had the same problem and eventually discovered that there was a comma missing from one line of my bibtex file. That was enough for the whole extension to stop working. So a mistake in the bibtex file could be the culprit.
No suggestions pop up for me, too, using the most simple bib file:
@article{test,
title = {test}
}
No popup:
The path is correct I guess:
I've disabled all extensions but pandoc-citer and I'm also using default settings everywhere. Is there a way to further debug?
EDIT: some of the tips here seemed to work. Strange. Problem solved.
No autocomplete suggestions and no preview available. I have followed the guidelines and enabled the Quick Suggestion recommended by ilcpm, however I absolutely cannot get this extension to work. Could someone please help me out?