Missing hover on attribute assignment in __init__
Author: trashpanCreated Sep 19, 2026Updated Sep 21, 2026
Labelslanguage-server
Describe the Bug
Hover on the LHS of self.name = name (line 3) shows "No information available", while hovering on name on the RHS works fine. This is the attribute-access variant of #918, which was fixed for local variables but not for self.attr targets.
Sandbox Link
(Only applicable for extension issues) IDE Information
No response
Source: facebook/pyrefly