Is there a way to trigger auto-completion for own function arguments?

Hello,

does anyone know if there exists the possibility to auto-complete the values of function arguments via tab?
Let's say I have a R-function like this:

my_func <- function(x1 = c("value1", "value2")){}

Then in my R environment i want to enter: my_func(x1 = ...
And when I enter there the auto completion should pop up with the values.

This topic was automatically closed 21 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.