You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I script using Ruby. Ruby is setup with the Ruby-LSP and I get lots of help with suggestions from the LSP about problems with formatting, etc.
One thing I don't get, it help from blink. While it seems to be working, as an example I type a very simple code phrase like x = Hash.new and blink completions never triggers for anything useful. Not one Ruby keyword seems to be offered from the LSP. I have some friendly snippets loaded, for Ruby on Rails, and blink helpfully shows me those snippets, but oddly, I get no help for just plain old Ruby keywords.
What is the way to unlock this potential in Blink, so that it offers keyword suggestion completion options for a scripting language like Ruby? What am I missing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I script using Ruby. Ruby is setup with the Ruby-LSP and I get lots of help with suggestions from the LSP about problems with formatting, etc.
One thing I don't get, it help from blink. While it seems to be working, as an example I type a very simple code phrase like
x = Hash.new
and blink completions never triggers for anything useful. Not one Ruby keyword seems to be offered from the LSP. I have some friendly snippets loaded, for Ruby on Rails, and blink helpfully shows me those snippets, but oddly, I get no help for just plain old Ruby keywords.What is the way to unlock this potential in Blink, so that it offers keyword suggestion completion options for a scripting language like Ruby? What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions