-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
Currently the session watcher provides name completion for data frame names using $. It would be nice if this also worked for pipe chains:
mtcars %>%
select(One way to do this might be to provide the names as completion options any time there is a pipe and an unmatched ( between the start of the pipe chain and the cursor.
For now just having completions for the variable at the start of the pipe chain would be good. Functions like mutate can add new columns but I don't think we need to worry about having them as completion options initially.