yole
06/06/2016, 6:27 PMholgerbrandl
06/06/2016, 6:27 PMyole
06/06/2016, 6:28 PMyole
06/06/2016, 6:28 PMholgerbrandl
06/06/2016, 6:37 PMmikehearn
06/07/2016, 12:44 PMcedric
06/08/2016, 6:38 PMyole
06/08/2016, 7:41 PMcedric
06/08/2016, 8:14 PMbamboo
06/09/2016, 7:13 PMcleiter
06/11/2016, 6:59 AMyole
06/11/2016, 8:28 PMdenis.st
06/11/2016, 10:07 PMdenis.st
06/11/2016, 10:09 PMDalinar
06/13/2016, 7:24 PMcheckArgument(x==1)
but to get there first I must type com.google.common.base.Precondition.checkArgument() and then do add import I would like to be able to type either checkArgument or Precondition.checkArgument and then get a wavy underline that i can alt-enter on to get it to import... this kind of thing works great in java, but not kotlinkevinmost
06/13/2016, 8:27 PMPrecondition.checkArgument
and press Ctrl+Space to complete it and add the import, then put your cursor back on checkArgument
and press Alt+Enter and import it staticallydenis.st
06/14/2016, 4:12 PMshow method separators
option is not working in AS. Is it AS bug or IDEA has it as well?yole
06/14/2016, 4:25 PMyole
06/14/2016, 4:25 PMnat
06/14/2016, 4:39 PM$PROP$: PropTypes.$TYPE$
giving a list of possible self-defined $TYPES$
i’ve been at it for 20mins and i’m going to flip soonyole
06/14/2016, 9:12 PMnat
06/14/2016, 11:37 PMtalios
06/15/2016, 3:32 AMjw
06/15/2016, 3:34 AMtalios
06/15/2016, 4:19 AMcedric
06/15/2016, 4:19 AMtalios
06/15/2016, 4:20 AMseb
06/16/2016, 8:09 AMif
, loops etc for Kotlin like we have it for Java?yole
06/16/2016, 9:09 AMif
statements used as expressions, enforcing braces is really something that you shouldn’t be doingseb
06/16/2016, 9:09 AM