You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I am having trouble with auto-completion inside R chunks when using the "quarto" extension in VSCode.
I tried to solve this issue in the quarto extension page but it didn't work.
Here is my question:
Looking at the Output panel ("R Language Server") I am getting the following:
completions: {
"init_count": 0,
"final_count": 0,
"time": 0.0015,
"isIncomplete": false
}
I am not an expert, but I was wondering if it is possible to change "isIncomplete" to true...
Could you guys, please, tell me how I can turn "isIncomplete" to true?
Thank you very much.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions