Marc Reichelt
08/08/2019, 2:33 PMjermainedilao
08/08/2019, 2:34 PMjermainedilao
08/08/2019, 2:35 PMMarc Reichelt
08/08/2019, 2:35 PMMarc Reichelt
08/08/2019, 2:38 PMMarc Reichelt
08/08/2019, 2:43 PMMarc Reichelt
08/08/2019, 2:52 PMAlt + Enter
on that error, and let IntelliJ figure our the syntax for you:Alex
08/08/2019, 3:30 PMMarc Reichelt
08/08/2019, 3:39 PMAlt + Enter
I get the option you mentioned:Alex
08/08/2019, 3:40 PMMarc Reichelt
08/08/2019, 3:40 PMMarc Reichelt
08/08/2019, 3:41 PMMarc Reichelt
08/14/2019, 10:37 PMChristian Maier
12/02/2019, 7:09 AMaaverin
02/24/2020, 7:57 AMgenerate constructor
and generate hashcode
Is there any way to write a custom generator?tapchicoma
03/26/2020, 11:01 AMgit show origin/master:path/to/file > /tmp/master_file && idea diff /tmp/master_file path/to/file
Kenneth
09/16/2020, 7:10 AMPratik Tandel
11/19/2020, 8:09 PMKenneth
12/03/2020, 10:53 PMColton Idle
12/04/2020, 5:30 AMManuel 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
09/01/2021, 6:31 AMVinay Gaba
09/29/2021, 4:00 AMcodeInsightSettings.xml
file instead of providing providing each class or package? My use case is that I want to avoid certain methods from showing up in auto complete if their names have a certain suffix. Is there a way to do that somehow?Manuel Dossinger
10/27/2021, 6:51 AMWishnuprathikantam
06/20/2023, 6:56 PMczuckie
07/01/2023, 1:37 PMManasseh
07/30/2023, 6:41 PMManuel Dossinger
11/18/2023, 7:06 AMdoResetWithValue(5)
doResetWithValue(5)
but with less obvious names.
Is there a way to get an inspection warn me about this pattern?
Similar to "redundant assignment" but with my method.Manasseh
02/15/2024, 10:17 PMSoren Roth
11/01/2024, 6:31 PM