It would be ideal to get "Toggle Line Comment, Control+/" to differentiate comment types between inside and outside of R code chunks. ```` --- # This is an YAML comment. --- <!-- This is an in-text comment --> ```{r} # This is a code-chunk comment ``` ````
It would be ideal to get "Toggle Line Comment, Control+/" to differentiate comment types between inside and outside of R code chunks.