First function parameter missing when piping

Hi there,

I'm reopening this post :

I can understand the goal for piped function passing argument to the second function and not showing first parameter when doing autocompletion inside the function parenthesis, but this behaviour also appears when using operator like %in% or even a custom operator like %<-% that feeds a list. For instance :

myList %<-% myListFeedingFun(par1 = "par1", par2 = "par2") 

The par1 won't autocomplete and I'll have to look at the documentation to know its existence.

Is it a normal behaviour or is there any way to bypass this limitation ?

Best,

A

1 Like

I'm just adding my support for this topic to be reopened (naturally, as I'm still struggling with the first argument not showing!)

Hello, if you have a bug report or feature request to make for RStudio, the best place for it would be the github.

FYI, for those interested, I posted it as a feature request here:

1 Like

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.