You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add RBS type definition file jump to typeDefinition LSP feature
Previously, typeDefinition only jumped to Ruby class/module definitions.
This change enables jumping to RBS declaration files from:
- Class/module constants (e.g., Foo in Foo.new)
- Local variables and instance variables holding class instances
Also adds tests for both scenarios.
0 commit comments