Open jooyoungseo opened 3 years ago
While code completion does work in block chunk, it does not work inside in-line R chunk.
Examples are as follows:
``` r # Hit ctrl+spacebar to invoke auto-suggestion after typing the following line: ggp
r ggp
I think it is possible to support this. Just check if the document is Rmd and then if the cursor is not in a code chunk but inside a backtick quote that starts with `r then completion should be provided.
While code completion does work in block chunk, it does not work inside in-line R chunk.
Examples are as follows:
The following does not work:
r ggp