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

support hover tooltip on string that mapped to module/symbol #4287

Closed
heejaechang opened this issue Apr 26, 2023 · 2 comments
Closed

support hover tooltip on string that mapped to module/symbol #4287

heejaechang opened this issue Apr 26, 2023 · 2 comments
Assignees
Labels
fixed in next version (main) A fix has been implemented and will appear in an upcoming version

Comments

@heejaechang
Copy link
Contributor

now we have an infrastructure for string <=> module/symbol map from #3700

one enhancement we can do is adding hover support as well, so that for those strings, we show the same tooltip user would get if user hovers over those names in import statement.

ex) from module1.module2 import symbol => "module1.module2.symbol"

@rchiodo
Copy link
Contributor

rchiodo commented Jul 13, 2023

@heejaechang assigning to you for now. Please put back in triage if that's not okay.

@PylanceBot PylanceBot added the fixed in next version (main) A fix has been implemented and will appear in an upcoming version label Oct 16, 2023
@heejaechang
Copy link
Contributor Author

This issue has been fixed in prerelease version 2023.10.31, which we've just released. You can find the changelog here: CHANGELOG.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed in next version (main) A fix has been implemented and will appear in an upcoming version
Projects
None yet
Development

No branches or pull requests

3 participants