vscode-R
vscode-R copied to clipboard
Function autocompletion not working if packages are `source()`ed from a script or loaded from R terminal
If I source() a script to load packages, or load a package from R terminal, the auto-completion does not work.
It only works if I send the code library() from the script to R terminal.