Hugo

Results 2 issues of Hugo

After you write '=', you always have to write ';' as far as I know. Therefore, I added this as an auto-pair.

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...