notZaki / PandocCiter

Visual Studio Code extension for autocompleting citations and cross-references for Pandoc/Markdown documents
https://marketplace.visualstudio.com/items?itemName=notZaki.pandocciter
MIT License
66 stars 9 forks source link

No suggestion and no preview available #24

Open zorbadegric opened 3 years ago

zorbadegric commented 3 years ago

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?

Aleperception commented 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

notZaki commented 3 years ago

@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. 🙃

Aleperception commented 3 years ago

@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)

oldjove commented 1 year ago

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.

jankap commented 1 year ago

No suggestions pop up for me, too, using the most simple bib file:

@article{test,
  title = {test}
}

No popup:

image

The path is correct I guess: image

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.