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

Variable detection is amiss #309

Open
ItachiSan opened this issue Apr 2, 2024 · 1 comment
Open

Variable detection is amiss #309

ItachiSan opened this issue Apr 2, 2024 · 1 comment

Comments

@ItachiSan
Copy link

The issue

I am having issues with type hints in VSCode and Jedi LSP.
Namely, the function that is properly typed, such as:
Screenshot_20240402_173349
should be unpacked to the relevant variables.
However this happens:
Screenshot_20240402_173233
(was hovering on the new_version value)

Expected behavior

I expect the two variables to be detected as such, thus having proper type hint and being "coloured" (detected) as variables.

What happens

The two variables are not highlighted as such nor they carry the type hint information.

@ItachiSan
Copy link
Author

Kind of follow up of:
microsoft/vscode-python#23049

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