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
# 1. When using Go To Definition on a model field in `__init__()`, point to the annotated attribute `a`, not the model name:
class Model5(BaseModel):
a: int
# Go to definition here:
# -----|
# |
Model5(a=1)
Sandbox Link
No response
(Only applicable for extension issues) IDE Information