vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

Function autocompletion not working if packages are `source()`ed from a script or loaded from R terminal

Open Fred-Wu opened this issue 2 years ago • 0 comments

If I source() a script to load packages, or load a package from R terminal, the auto-completion does not work.

image

It only works if I send the code library() from the script to R terminal.

image

Fred-Wu avatar Dec 15 '23 02:12 Fred-Wu