Replies: 1 comment 8 replies
-
From my experience the R language server doesn't automatically discover all R files in a directory. Instead it needs to be specifically notified of open R files. This means that if you do
in your quarto document, the R language server doesn't immediately know that e.g. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey - I am having some troubles with the completions in
qmd
documents.In particular, i do not get completions for my "own" functions and also for r libraries like, say,
dplyr
, I only get completions if I dodplyr::mut...
(as an example). Is this expected?Many thanks for the plugin!
Beta Was this translation helpful? Give feedback.
All reactions