Replies: 3 comments
|
I get completion of
I may change this to:
|
0 replies
|
I'll have to refactor how libraries' data are cached and loaded by rnvimserver. I'll have time for this only next week or later. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Greetings,
I use blink for code completion. Base R functions get code completion perfectly and package functions as well (when the corresponding package is loaded with
library()). But, yes, I am that guy who usespkgname::function()(almost) everywhere even outside of package development. However, it's no longer working unfortunately. For example, when{dplyr}is loaded, I get code completion forsummarize(), but I don't get it fordplyr::summarize(). My workflow is to usually load the packages, write my code withpkgname::, then delete the lines that load the packages when I'm done.Here is my blink setup:
Might it be because
cmp-ris no longer in use?Thank you.
All reactions