Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No suggestion and no preview available #24

Open
zorbadegric opened this issue Oct 4, 2021 · 5 comments
Open

No suggestion and no preview available #24

zorbadegric opened this issue Oct 4, 2021 · 5 comments

Comments

@zorbadegric
Copy link

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
Copy link

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
Copy link
Owner

notZaki commented Nov 4, 2021

@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
Copy link

@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
Copy link

oldjove commented Nov 25, 2022

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
Copy link

jankap commented Dec 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants