Dalinar
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 kotlin