Quarto in VS Code doesn't seem to respect IntelliSense settings #12143
-
DescriptionI've configured VS Code IntelliSense in
This works in every single file I've tested so far, except when I'm in a code block in a System:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 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.
Thank you.
May I suggest you to go to the VSCode extension repository to open an issue (I didn't see one related, but please do double check first).
You can summarise and link this thread there.
https://github.com/quarto-dev/quarto