Adding auto-completion #747
Closed
TylerGrantSmith
started this conversation in
Ideas
Replies: 1 comment
-
Nice idea! I was wondering how autocompletion could be done. Would be nice to have autocompletion for the arguments of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this is something you'd be interested in adding, but I've found it useful for my own purposes to implement tab-completion in Rstudio for my targets objects. This proof-of-concept implementation works with
tar_read
andtar_load
using code adapted from paletteer (https://github.com/EmilHvitfeldt/paletteer/blob/master/R/completeme.R). It works great!Example of what it looks like:
Beta Was this translation helpful? Give feedback.
All reactions