Replies: 1 comment
-
You may provide the sources.transform_items = function(items)
for _, item in ipairs(items) do
item.labelDetails = { description = 'something' }
end
return items
end The tricky part is the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Description
I'm using
r-languageserver
and it doesn't return any item description of the fetched results. However, in the documentation, the source library of a function is given at the top. Is it possible for me to write some conditional logic for R files in the setup of blink to pass this info ontolabel_description
? Here's an exampleWhat I'd like is to essentially get
tidytable
(the library name) in thelabel_description
of the completion window (and preferably remove the horizontal line in the docu window and anything above it). If it's impossible or a big hustle, no worries.Beta Was this translation helpful? Give feedback.
All reactions