napperley
11/13/2017, 12:35 AMkarelpeeters
11/13/2017, 6:48 AMkarelpeeters
11/13/2017, 6:48 AMnapperley
11/13/2017, 7:13 AMdavid.bilik
11/13/2017, 7:27 AMuser
11/13/2017, 10:03 AMAndreas Sinz
11/13/2017, 11:05 AMChris Miller
11/13/2017, 3:31 PMclass MyClass {
companion object {
log|
}
}
Then when I press <tab>, it expands to this:
class MyClass {
companion object {
private val log = Logger.getLogger(MyClass::class.java)
}
}
My template looks as follows:
private val log = Logger.getLogger($CLASS$::class.java)$END$
The problem is, there doesn't appear to be any expression I can use for the $CLASS$ variable that does the correct thing. "KotlinClassName" inserts "Companion", "ClassNameComplete" doesn't insert anything. Any ideas how I can get this working?yole
11/13/2017, 3:33 PMhho
11/13/2017, 3:35 PMChris Miller
11/13/2017, 3:35 PMrichardsilveira
11/13/2017, 7:08 PMrichardsilveira
11/13/2017, 7:11 PMchristophsturm
11/16/2017, 1:59 PMyole
11/16/2017, 2:07 PMchristophsturm
11/16/2017, 2:59 PMchristophsturm
11/16/2017, 2:59 PMholgerbrandl
11/17/2017, 11:46 AM*kts
scripts with a module classpath in Intellij before? Now (for release and eap channel) in the run config, there’s no such setting, and as expected scripts relying on any external dependency don’t run. 😕holgerbrandl
11/17/2017, 11:47 AMyole
11/17/2017, 11:49 AMholgerbrandl
11/17/2017, 11:55 AMkirillrakhman
11/21/2017, 10:20 AMkirillrakhman
11/21/2017, 10:21 AMchristophsturm
11/21/2017, 12:35 PM@Test
annotation i really want them on one lineyole
11/21/2017, 12:52 PMchristophsturm
11/21/2017, 12:54 PMchristophsturm
11/21/2017, 12:54 PMyole
11/21/2017, 12:55 PMyole
11/21/2017, 1:16 PM