Alexey Anufriev
07/14/2020, 11:52 PMRobert Jaros
07/14/2020, 11:58 PMilya.gorbunov
07/15/2020, 12:30 AMTobias Berger
07/15/2020, 7:10 AMMatteo Mirk
07/15/2020, 3:51 PMnschulzke
07/15/2020, 5:06 PMjordigarcl
07/15/2020, 6:20 PMelizarov
07/16/2020, 9:25 AMAlexey Anufriev
07/17/2020, 10:03 PMMyClass
then just ctrl+space and IDEA suggest myClass
as var name..
but with Kotlin:
var
.. and then happens nothing, right?
so type inference is a price paid for names autocompletion..nschulzke
07/17/2020, 10:20 PMvar s
into IntelliJ and hit Ctrl+Space, I get suggested to me names based on every single class starting with s
(beginning with string
and going on down into less frequent names).Alexey Anufriev
07/18/2020, 12:04 AMTJ Olsen
07/25/2020, 3:54 PM