Why R code autocompletion doesn't work in VSCode even though Intellisense is there

316 Views Asked by At

I'm using VS code for Mac Version: 1.69.2 (Universal). And following the instruction here, I have installed R Extension (Intellisense included?).

However the autocompletion doesn't work. For example when I type rno I expect it to show rnorm(...).

How can I fix this problem?

enter image description here

0

There are 0 best solutions below