Manuel Dossinger
08/31/2021, 9:18 AMdata class C(val x: X, val y: Y, val z: Z)
, and I want to create an instance. When I write something like val c = C(
is there a shortcut how intellij includes all members with names? Like val c = C( x = |, y = , z = )
(where |
is the cursor position)Marc Reichelt
08/31/2021, 9:19 AMMarc Reichelt
08/31/2021, 9:19 AMMarc Reichelt
08/31/2021, 9:23 AMMarc Reichelt
08/31/2021, 9:24 AMManuel Dossinger
08/31/2021, 9:27 AMWishnuprathikantam
06/20/2023, 6:52 PMMarc Reichelt
06/21/2023, 8:19 AM