I am using Rstudio 1.4.1106, and we all know that we can use Ctrl + F to find or replace. Typically, Rstudio will find/replace in any line of code, including the comment lines (lines starting with #). I would like to find/replace only in (actual) command lines (commands that actually doing something, even that line may have # at the end for comment).
Do you have any solution?