Fred-Wu
Fred-Wu
You could set `"terminal.integrated.defaultProfile.xxxx": "R Terminal"` (profile name might be different), then the default terminal will always be Rterm. If you have a user keyboard shortcut, then instead of using...
I think I have found the issue, which is related to the option of `Object Length Limit`. Somehow it was changed to 1. After I changed it to, say 90,...
> I tried adding my R library directory to `r.libPaths`, without effect. You could put `R_LIBS_USER = ` to `.Renviron` file.
I fixed (at least quick run on my laptop) this issue using github copilot. Previously, this works only after `loadPackages.r` is opened, or packages are attached by using `library()` directly....
> With your version, I find that it does correctly pick up completions of library functions. But it's still not picking up user-defined functions. Mine is actually not working well....
I have the same issue. Thought something with the settings somewhere, so just left it there and disabled the notification.
[IntelliSense](https://code.visualstudio.com/docs/editor/intellisense) in VSCode have the following icons to differentiate methods/functions, variables or fields, and more. However, as mentioned in #3793, for packages built with R6, it shows everything as "Variables"
Positron IDE was just released for beta testing with promising features that the current vscode-jupyter lacks such as plot pane like the one raised here, and detailed help manual that...