Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no hover information displayed for ruby core #72

Open
nimaai opened this issue Dec 8, 2023 · 1 comment
Open

no hover information displayed for ruby core #72

nimaai opened this issue Dec 8, 2023 · 1 comment

Comments

@nimaai
Copy link

nimaai commented Dec 8, 2023

Hi

CocActionAsync('doHover') displays documentation for rails classes & methods but not for ruby-core.

In the autocomplete menu it is visible though.

What is the difference between these two commands? How to get the ruby-core documentation work for doHover too?

Thanks.

@nimaai
Copy link
Author

nimaai commented Dec 8, 2023

interesting finding:

Category.find(params[:category_ids]).map(&:children)

doesn't work, whereas:

[1 2 3].map(&:to_s)

works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant