Skip to content

fix hover on named parameter is missing info #3238#4054

Open
asukaminato0721 wants to merge 2 commits into
facebook:mainfrom
asukaminato0721:3238
Open

fix hover on named parameter is missing info #3238#4054
asukaminato0721 wants to merge 2 commits into
facebook:mainfrom
asukaminato0721:3238

Conversation

@asukaminato0721

@asukaminato0721 asukaminato0721 commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes #3238

Now keyword-argument hover can resolve parameter types from the defining module, not just the caller module,
fall back to the selected call signature when definition refinement is unavailable.

Test Plan

add a test && update a todo

@meta-cla meta-cla Bot added the cla signed label Jul 5, 2026
@github-actions github-actions Bot added the size/m label Jul 5, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot added size/m and removed size/m labels Jul 5, 2026
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

hover on named parameter is missing info

1 participant