Hello, World! Let’s say I have a data class `FooB...
# intellij
b
Hello, World! Let’s say I have a data class
FooBar
with lots of properties, when I type
a = FooBar(
isn’t there a shortcut to automatically add all the fields (named parameters), so I don’t have to type them myself?