Implement "goto type definition" #2618
Locked
tekumara
started this conversation in
Enhancement
Replies: 2 comments
-
Originally, I thought this would need a custom call and UI, but LSP 3.16 (which we use already) supports go-to-type-def. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Support for Go To Type Definition was added in Pylance 2021.12.0. I'm locking this discussion. Comments can be added on this issue if needed: #2859 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to go to an inferred type definition?
eg:
In this example I'm hovering over the
encryption
variable and can see the type isGetBucketEncryptionOutputTypeDef
.I'd like to go to the definition of the type, so I can see it in all its glory.
Beta Was this translation helpful? Give feedback.
All reactions