Open
Description
In VSCode, dataclass
from dataclasses
allows me to see the attributes of my dataclass when creating an object. For example, if I have a dataclass called MyClass
and I write somewhere MyClass(
I would get a small box/widget next to my cursor specifying all the attributes and their types. This is extremely useful when I don't remember exactly the names of the attributes.
Metadata
Metadata
Assignees
Labels
No labels