Replies: 4 comments 10 replies
-
Without some Git repository showing the issue for us to investigate, I am afraid, it's unlikely we'll luckily guess what's the issue. So, could you share a small reproducible example that exhibit the issue? Since you are saying that autocompletion works for single Quarto document, it might have to do with your project structure, so if you can mimic your Ph.D. Quarto project structure while keeping it as small as possible it would help us help you. |
Beta Was this translation helpful? Give feedback.
-
Yes this is indeed expected based on the way we parse the bibliography from YAML (not ideal but that is the way it currently works) |
Beta Was this translation helpful? Give feedback.
-
I can repro the issue with cross references locally (thanks for the git repo!). Investigating now.... |
Beta Was this translation helpful? Give feedback.
-
Okay, there are two issues here (neither of which we will have a short term fix for). Hopefully you can still work around them though.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi everyone!
I'm using Quarto for creating my PhD notes. I created a project and set a template and some latex code for it. I have several .qmd files, one for each chapter, that are included in the _quarto.yml file. Inside those I also use the include command, e.g.
{{< include frontmatter/preface.qmd >}}
.My problem is that when typing
@
for referencing, I don't get any autocompletion suggestion. I've checked that the references are properly set with#eq-
or#tbl-
and so on. I've also discovered that if I create a completely new Quarto document (not inside the same project) and save it, the autocompletion then works.Why is therefore not working in my PhD notes project? Could it be because the file structure is more complex? I'm using quarto v1.3.450 and the last vs code extension version.
If anyone has any idea why this is happening, I would appreciate it.
P.s.: if you need any file or something, tell me. I haven't sent them because I wanted to keep the question short.
Beta Was this translation helpful? Give feedback.
All reactions