I've noticed that code completions for column names within function chains are only provided when using the magrittr pipe operator, but not with the new native pipe. Could you please check if this is reproducible?
System details
RStudio Edition : Desktop
RStudio Version : 1.4.1714
R Version : 4.1.0
Steps to reproduce the problem
## Pressing tab in select() produces a drop down menu with column names
mtcars %>% select()
## Pressing tab in select() does not provide any column names
mtcars |> select()
I've noticed that code completions for column names within function chains are only provided when using the magrittr pipe operator, but not with the new native pipe. Could you please check if this is reproducible?
System details
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: