Triple click in rstudio IDE

If I double click my_column in the code below [1], the name is selected, which is great.
If I triple click, I get the entire line. Is there any reason this couldn't be customised to have, for example, a triple click collect the 'my_dataframe$my_column' and a quadruple collect the entire line?

my_object <- my_dataframe$my_column

[1] I accept that if I'd done a tidy pipe, the code would look different!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.