Hello,
I'm trying to set RStudio as my main IDE. I've been searching but couldn't find a solution. I wonder if it's possible to the following in RStudio:
- Copy and cut whole line, without selecting it (Ctrl+X: cut the line where the cursor is)
- Search documents in working directory. (Ctrl+P in VSCode.)
- Comment/Uncomment selected lines in a code chunk in Rmarkdown via a keyboard shortcut
- Add python code block in Rmarkdown with a keyboard shortcut (like Ctrl+Alt+I for R code blocks)
Regards,