Hello,
I have 2022.12.0 Build 353 ("Elsbeth Geranium" Release (7d165dcf, 2022-12-03) for Windows). When I pipe any function, it does not show the first argument.
I get why it does this--it's just automatically passing to the first arg. However, I think this is pretty inflexible because I often want to specify the argument anyways or pass to an argument that is NOT the first argument.
I can't see how to go back to the good old autocomplete where it shows me all of the arguments. Please help!!!
For example, if I do the below, the autocomplete offers me just ".f" and not ".x" and ".f"
library(tidyverse)
iris%>%
map()