completeme
completeme copied to clipboard
WIP
This is a cool function, why not put it to CRAN that our packages can import it directly.
fixes #6
#6 This is a big change though. it replaced a couple helpers with a single function inFunction() that returns a list about what is happening in the buffer.
when using `completeme::return_unless(completeme::current_function(env) == "createEntity")` it will not return true for `pfsrsdk::createEntity()` but will for `createEntity()`.
Example: ``` iris %>% filter(Species == {autocomplete looks up {unique(iris$Species)}) ```
can the return class of a completion only be `name` or can it be other classes too?
The parts of the package make sense, but a sketch of example usage would really help me to get started. My specific use case (not that it matters much) is...