[help] Is it possible to get tab autocomplete functionality when working with targets? #1205
Replies: 1 comment 2 replies
-
Auto-complete in the general case is tricky. Something might be possible through an RStudio addin like https://github.com/ropensci/targets/blob/main/R/rstudio_addin_tar_read.R. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help
Description
This might be a problem of how Rstudio finds and autocompletes variables, but I would like to know if it's possible to find existing targets when attempting to read or to modify them on other targets. Some examples:
You try to read a target named (lineplots), but forgot the exact name:
You try to write a new target
I might need to work on better names, but I find it hard to remember the name of the functions and the targets themselves with no autocomplete. If anything, I find myself typing, doing CTRL+ F, and scrolling through code way more than I'm used to.
Beta Was this translation helpful? Give feedback.
All reactions