Quarto in VS Code doesn't seem to respect IntelliSense settings #12143
Unanswered
jpmvferreira
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I'm not sure the "quarto" VSCode extension is handling at all intellisense for code cells, this is likely deferred to third party extensions (Jupyter, R, etc.) For R code, you could change the language from "quarto" to "rmd" (Rmarkdown) and see if it behaves as you expect. Anyhow, the repository for the VSCode extension is https://github.com/quarto-dev/quarto. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I've configured VS Code IntelliSense in
settings.json
to show only when triggered by a keyboard shortcut:This works in every single file I've tested so far, except when I'm in a code block in a
.qmd
document or in_quarto.yml
, where suggestions show automatically without any trigger on my end.This leads me to believe that, for some reason, Quarto is not respecting this setting.
System:
Beta Was this translation helpful? Give feedback.
All reactions