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

Hover not working for variables #34

Closed
stevanmilic opened this issue Apr 17, 2021 · 1 comment
Closed

Hover not working for variables #34

stevanmilic opened this issue Apr 17, 2021 · 1 comment

Comments

@stevanmilic
Copy link

When using coc-python doHover action on the variable showed its type if it could be inferred by jedi. This doesn't work in coc-jedi. I'm wondering is it a limitation of the jedi-language-server or a bug in this extensions?

Steps to reproduce

def sum(a: int, b:int) -> int:
    return a + b

Hovering over the a or b variable in the expression should show the type of the variable (easily inferred from the function signature).

@stevanmilic
Copy link
Author

The issue is fixed with the version 0.26.1:
image

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